#AA20AF

Color #AA20AF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AA20AF

Tints of Dark Orchid #AA20AF

Color information

#AA20AF (or 0xAA20AF) is unknown color: approx Dark Orchid. HEX triplet: AA, 20 and AF. RGB value is (170,32,175). Sum of RGB (Red+Green+Blue) = 170+32+175=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA20AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA20AF is #55DF50. Grayscale: #595959. Windows color (decimal): -5627729 or 11477162. OLE color: 11477162.

HSL color Cylindrical-coordinate representation of color #AA20AF: hue angle of 297.9º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA20AF is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17032175-
CMYK0.030.8200.31
HSL297.9º69.08%40.59%-
HSV(B)297.9º81.71%68.63%-
XYZ24.8312.6741.7-
YUV89.56176.22185.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 32 (12.89% from 255) = 8.49%
BLUE value IS 175 (68.75% from 255) = 46.42%
R=45.09%
G=8.49%
B=46.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170321750.030.8200.31297.969.0840.59
HexAA20AF35201F12a4529
Octal25240257312203745210551
Binary10101010100000101011111110100100111111001010101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA20AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA20AF; }

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

 H1.HeaderClassName
 {
   color: #AA20AF;
 }
 .AnyTagClassName
 {
   color: #AA20AF;
 }
</style>
background-color css

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

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

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

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

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

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