Html Css Color HEX #A220AA Dark Orchid

📋 copy color: '#A220AA'

red 162 ◦ green 32 ◦ blue 170

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

Shades of Dark Orchid #A220AA

Tints of Dark Orchid #A220AA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.79%

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

R = 44.51%
G = 8.79%
B = 46.7%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A220AA (or 0xA220AA) is known color: Dark Orchid. HEX triplet: A2, 20 and AA. RGB value is (162,32,170). Sum of RGB (Red+Green+Blue) = 162+32+170=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 32 (12.89% from 255 or 8.79% 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 #A220AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A220AA is #5DDF55. Grayscale: #565656. Windows color (decimal): -6152022 or 11149474. OLE color: 11149474.

HSL color Cylindrical-coordinate representation of color #A220AA: hue angle of 296.52º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A220AA is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 32 170 -
CMYK 0.05 0.81 0 0.33
HSL 296.52º 0.68% 0.4% -
HSV(B) 296.52º 0.81% 0.67% -
XYZ 22.67 11.62 39.08 -
YUV 86.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 162 32 170 0.05 0.81 0 0.33 296.52 0.68 0.4
Hex A2 20 AA 5 51 0 21 129 44 28
Octal 242 40 252 5 121 0 41 451 104 50
Binary 10100010 100000 10101010 101 1010001 0 100001 100101001 1000100 101000

Color Harmonies of #A220AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A220AA

Black with #A220AA

Text Example


Text Example

White with #A220AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A220AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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