Html Css Color HEX #A22AAA Dark Orchid

📋 copy color: '#A22AAA'

red 162 ◦ green 42 ◦ blue 170

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

Shades of Dark Orchid #A22AAA

Tints of Dark Orchid #A22AAA

RGB

 RED value IS 162 (63.67% from 255) = 43.32%

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

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

R = 43.32%
G = 11.23%
B = 45.45%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A22AAA (or 0xA22AAA) is known color: Dark Orchid. HEX triplet: A2, 2A and AA. RGB value is (162,42,170). Sum of RGB (Red+Green+Blue) = 162+42+170=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #A22AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22AAA is #5DD555. Grayscale: #5C5C5C. Windows color (decimal): -6149462 or 11152034. OLE color: 11152034.

HSL color Cylindrical-coordinate representation of color #A22AAA: hue angle of 296.25º 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 #A22AAA is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 42 170 -
CMYK 0.05 0.75 0 0.33
HSL 296.25º 0.6% 0.42% -
HSV(B) 296.25º 0.75% 0.67% -
XYZ 22.98 12.24 39.18 -
YUV 92.47 171.76 177.59 -
System Red Green Blue C M Y K H S L
Decimal 162 42 170 0.05 0.75 0 0.33 296.25 0.6 0.42
Hex A2 2A AA 5 4B 0 21 128 3C 2A
Octal 242 52 252 5 113 0 41 450 74 52
Binary 10100010 101010 10101010 101 1001011 0 100001 100101000 111100 101010

Color Harmonies of #A22AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22AAA

Black with #A22AAA

Text Example


Text Example

White with #A22AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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