Html Css Color HEX #A42AA9 Dark Orchid

📋 copy color: '#A42AA9'

red 164 ◦ green 42 ◦ blue 169

#A42AA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A42AA9

Tints of Dark Orchid #A42AA9

RGB

 RED value IS 164 (64.45% from 255) = 43.73%

 GREEN value IS 42 (16.8% 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 value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A42AA9 (or 0xA42AA9) is known color: 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

RGB 164 42 169 -
CMYK 0.03 0.75 0 0.34
HSL 297.64º 0.6% 0.41% -
HSV(B) 297.64º 0.75% 0.66% -
XYZ 23.3 12.41 38.7 -
YUV 92.96 170.92 178.67 -
System Red Green Blue C M Y K H S L
Decimal 164 42 169 0.03 0.75 0 0.34 297.64 0.6 0.41
Hex A4 2A A9 3 4B 0 22 12A 3C 29
Octal 244 52 251 3 113 0 42 452 74 51
Binary 10100100 101010 10101001 11 1001011 0 100010 100101010 111100 101001

Color Harmonies of #A42AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42AA9

Black with #A42AA9

Text Example


Text Example

White with #A42AA9

Text Example


Text Example

HTML Codes & Css Web 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>