#AA20BF

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

Shades of Dark Orchid #AA20BF

Tints of Dark Orchid #AA20BF

Color information

#AA20BF (or 0xAA20BF) is unknown color: approx Dark Orchid. HEX triplet: AA, 20 and BF. RGB value is (170,32,191). Sum of RGB (Red+Green+Blue) = 170+32+191=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA20BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA20BF is #55DF40. Grayscale: #5A5A5A. Windows color (decimal): -5627713 or 12525738. OLE color: 12525738.

HSL color Cylindrical-coordinate representation of color #AA20BF: hue angle of 292.08º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA20BF is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17032191-
CMYK0.110.8300.25
HSL292.08º71.3%43.73%-
HSV(B)292.08º83.25%74.9%-
XYZ26.513.3450.47-
YUV91.39184.22184.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 32 (12.89% from 255) = 8.14%
BLUE value IS 191 (75% from 255) = 48.60%
R=43.26%
G=8.14%
B=48.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170321910.110.8300.25292.0871.343.73
HexAA20BFB53019124472c
Octal252402771312303144410754
Binary1010101010000010111111101110100110110011001001001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA20BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA20BF; }

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

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

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

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

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

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

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

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