Html Css Color HEX #AA20AE Dark Orchid

📋 copy color: '#AA20AE'

red 170 ◦ green 32 ◦ blue 174

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

Shades of Dark Orchid #AA20AE

Tints of Dark Orchid #AA20AE

RGB

 RED value IS 170 (66.8% from 255) = 45.21%

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

 BLUE value IS 174 (68.36% from 255) = 46.28%

R = 45.21%
G = 8.51%
B = 46.28%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA20AE (or 0xAA20AE) is known color: Dark Orchid. HEX triplet: AA, 20 and AE. RGB value is (170,32,174). Sum of RGB (Red+Green+Blue) = 170+32+174=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA20AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA20AE is #55DF51. Grayscale: #595959. Windows color (decimal): -5627730 or 11411626. OLE color: 11411626.

HSL color Cylindrical-coordinate representation of color #AA20AE: hue angle of 298.31º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA20AE is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 32 174 -
CMYK 0.02 0.82 0 0.32
HSL 298.31º 0.69% 0.4% -
HSV(B) 298.31º 0.82% 0.68% -
XYZ 24.73 12.64 41.18 -
YUV 89.45 175.72 185.45 -
System Red Green Blue C M Y K H S L
Decimal 170 32 174 0.02 0.82 0 0.32 298.31 0.69 0.4
Hex AA 20 AE 2 52 0 20 12A 45 28
Octal 252 40 256 2 122 0 40 452 105 50
Binary 10101010 100000 10101110 10 1010010 0 100000 100101010 1000101 101000

Color Harmonies of #AA20AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA20AE

Black with #AA20AE

Text Example


Text Example

White with #AA20AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA20AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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