#A42AA9

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

Shades of Dark Orchid #A42AA9

Tints of Dark Orchid #A42AA9

Color information

#A42AA9 (or 0xA42AA9) is unknown color: approx Dark Orchid. HEX triplet: A4, 2A and A9. RGB value is (164,42,169). Sum of RGB (Red+Green+Blue) = 164+42+169=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 169 - color contains mainly: blue. Hex color #A42AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42AA9 is #5BD556. Grayscale: #5C5C5C. Windows color (decimal): -6018391 or 11086500. OLE color: 11086500.

HSL color Cylindrical-coordinate representation of color #A42AA9: hue angle of 297.64º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A42AA9 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16442169-
CMYK0.030.7500.34
HSL297.64º60.19%41.37%-
HSV(B)297.64º75.15%66.27%-
XYZ23.312.4138.7-
YUV92.96170.92178.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 42 (16.80% from 255) = 11.2%
BLUE value IS 169 (66.41% from 255) = 45.07%
R=43.73%
G=11.2%
B=45.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal164421690.030.7500.34297.6460.1941.37
HexA42AA934B02212a3c29
Octal2445225131130424527451
Binary10100100101010101010011110010110100010100101010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42AA9; }

 p { color: rgb(164,42,169); }

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

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

 a { background-color: rgb(164,42,169); }

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

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

 span { border-color: rgb(164,42,169); }

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