Html Css Color HEX #A02AAA Dark Orchid

📋 copy color: '#A02AAA'

red 160 ◦ green 42 ◦ blue 170

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

Shades of Dark Orchid #A02AAA

Tints of Dark Orchid #A02AAA

RGB

 RED value IS 160 (62.89% from 255) = 43.01%

 GREEN value IS 42 (16.8% from 255) = 11.29%

 BLUE value IS 170 (66.8% from 255) = 45.7%

R = 43.01%
G = 11.29%
B = 45.7%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A02AAA (or 0xA02AAA) is known color: Dark Orchid. HEX triplet: A0, 2A and AA. RGB value is (160,42,170). Sum of RGB (Red+Green+Blue) = 160+42+170=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #A02AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02AAA is #5FD555. Grayscale: #5B5B5B. Windows color (decimal): -6280534 or 11152032. OLE color: 11152032.

HSL color Cylindrical-coordinate representation of color #A02AAA: hue angle of 295.31º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02AAA is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 42 170 -
CMYK 0.06 0.75 0 0.33
HSL 295.31º 0.6% 0.42% -
HSV(B) 295.31º 0.75% 0.67% -
XYZ 22.58 12.03 39.16 -
YUV 91.87 172.09 176.59 -
System Red Green Blue C M Y K H S L
Decimal 160 42 170 0.06 0.75 0 0.33 295.31 0.6 0.42
Hex A0 2A AA 6 4B 0 21 127 3C 2A
Octal 240 52 252 6 113 0 41 447 74 52
Binary 10100000 101010 10101010 110 1001011 0 100001 100100111 111100 101010

Color Harmonies of #A02AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02AAA

Black with #A02AAA

Text Example


Text Example

White with #A02AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02AAA; }

 p { color: rgb(160,42,170); }

 H1.HeaderClassName
 {
   color: #A02AAA;
 }
 .AnyTagClassName
 {
   color: #A02AAA;
 }
</style>

background-color css

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

 a { background-color: rgb(160,42,170); }

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

border-color css

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

 span { border-color: rgb(160,42,170); }

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