Html Css Color HEX #AA20AC Dark Orchid

📋 copy color: '#AA20AC'

red 170 ◦ green 32 ◦ blue 172

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

Shades of Dark Orchid #AA20AC

Tints of Dark Orchid #AA20AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.99%

R = 45.45%
G = 8.56%
B = 45.99%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA20AC (or 0xAA20AC) is known color: Dark Orchid. HEX triplet: AA, 20 and AC. RGB value is (170,32,172). Sum of RGB (Red+Green+Blue) = 170+32+172=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA20AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA20AC is #55DF53. Grayscale: #585858. Windows color (decimal): -5627732 or 11280554. OLE color: 11280554.

HSL color Cylindrical-coordinate representation of color #AA20AC: hue angle of 299.14º degrees, saturation: 0.69, 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 #AA20AC is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 32 172 -
CMYK 0.01 0.81 0 0.33
HSL 299.14º 0.69% 0.4% -
HSV(B) 299.14º 0.81% 0.67% -
XYZ 24.54 12.56 40.16 -
YUV 89.22 174.72 185.62 -
System Red Green Blue C M Y K H S L
Decimal 170 32 172 0.01 0.81 0 0.33 299.14 0.69 0.4
Hex AA 20 AC 1 51 0 21 12B 45 28
Octal 252 40 254 1 121 0 41 453 105 50
Binary 10101010 100000 10101100 1 1010001 0 100001 100101011 1000101 101000

Color Harmonies of #AA20AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA20AC

Black with #AA20AC

Text Example


Text Example

White with #AA20AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA20AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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