#A41EAA

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

Shades of Dark Orchid #A41EAA

Tints of Dark Orchid #A41EAA

Color information

#A41EAA (or 0xA41EAA) is unknown color: approx Dark Orchid. HEX triplet: A4, 1E and AA. RGB value is (164,30,170). Sum of RGB (Red+Green+Blue) = 164+30+170=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #A41EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41EAA is #5BE155. Grayscale: #555555. Windows color (decimal): -6021462 or 11148964. OLE color: 11148964.

HSL color Cylindrical-coordinate representation of color #A41EAA: hue angle of 297.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A41EAA is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16430170-
CMYK0.040.8200.33
HSL297.43º70%39.22%-
HSV(B)297.43º82.35%66.67%-
XYZ23.0311.7239.08-
YUV86.03175.39183.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.05%
GREEN value IS 30 (12.11% from 255) = 8.24%
BLUE value IS 170 (66.80% from 255) = 46.70%
R=45.05%
G=8.24%
B=46.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164301700.040.8200.33297.437039.22
HexA41EAA4520211294627
Octal24436252412204145110647
Binary101001001111010101010100101001001000011001010011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41EAA; }

 p { color: rgb(164,30,170); }

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

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

 a { background-color: rgb(164,30,170); }

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

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

 span { border-color: rgb(164,30,170); }

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