#AA20B2

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

Shades of Dark Orchid #AA20B2

Tints of Dark Orchid #AA20B2

Color information

#AA20B2 (or 0xAA20B2) is unknown color: approx Dark Orchid. HEX triplet: AA, 20 and B2. RGB value is (170,32,178). Sum of RGB (Red+Green+Blue) = 170+32+178=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 178 (69.92% from 255 or 46.84% from 380); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA20B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA20B2 is #55DF4D. Grayscale: #595959. Windows color (decimal): -5627726 or 11673770. OLE color: 11673770.

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

Color convert

RGB17032178-
CMYK0.040.8200.30
HSL296.71º69.52%41.18%-
HSV(B)296.71º82.02%69.8%-
XYZ25.1312.7943.26-
YUV89.91177.72185.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 32 (12.89% from 255) = 8.42%
BLUE value IS 178 (69.92% from 255) = 46.84%
R=44.74%
G=8.42%
B=46.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170321780.040.8200.30296.7169.5241.18
HexAA20B245201E1294629
Octal25240262412203645110651
Binary101010101000001011001010010100100111101001010011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA20B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA20B2; }

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

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

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

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

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

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

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

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