#a44de2

Color #A44DE2 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #A44DE2

Tints of Medium Orchid #A44DE2

Color information

#A44DE2 (or 0xA44DE2) is unknown color: approx Medium Orchid. HEX triplet: A4, 4D and E2. RGB value is (164,77,226). Sum of RGB (Red+Green+Blue) = 164+77+226=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 226 (88.67% from 255 or 48.39% from 467); Max value from RGB is 226 - color contains mainly: blue. Hex color #A44DE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44DE2 is #5BB21D. Grayscale: #777777. Windows color (decimal): -6009374 or 14831012. OLE color: 14831012.

HSL color Cylindrical-coordinate representation of color #A44DE2: hue angle of 275.03º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A44DE2 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16477226-
CMYK0.270.6600.11
HSL275.03º71.98%59.41%-
HSV(B)275.03º65.93%88.63%-
XYZ31.6918.6973.89-
YUV120187.82159.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 77 (30.47% from 255) = 16.49%
BLUE value IS 226 (88.67% from 255) = 48.39%
R=35.12%
G=16.49%
B=48.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal164772260.270.6600.11275.0371.9859.41
HexA44DE21B420B113483b
Octal2441153423310201342311073
Binary10100100100110111100010110111000010010111000100111001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a44de2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a44de2; }

 p { color: rgb(164,77,226); }

 H1.HeaderClassName
 {
   color: #a44de2;
 }
 .AnyTagClassName
 {
   color: #a44de2;
 }
</style>
background-color css

<style>
 a { background-color: #a44de2; }

 a { background-color: rgb(164,77,226); }

 div.DivClassName
 {
   background-color: #a44de2;
 }
 .BgClassName
 {
   background-color: #a44de2;
 }
</style>
border-color css

<style>
 span { border-color: #a44de2; }

 span { border-color: rgb(164,77,226); }

 td.TdClassName
 {
   border-color: #a44de2;
 }
 .TagClassName
 {
   border-color: #a44de2;
 }
</style>