#AA33CB

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

Shades of Dark Orchid #AA33CB

Tints of Dark Orchid #AA33CB

Color information

#AA33CB (or 0xAA33CB) is unknown color: approx Dark Orchid. HEX triplet: AA, 33 and CB. RGB value is (170,51,203). Sum of RGB (Red+Green+Blue) = 170+51+203=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA33CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA33CB is #55CC34. Grayscale: #676767. Windows color (decimal): -5622837 or 13317034. OLE color: 13317034.

HSL color Cylindrical-coordinate representation of color #AA33CB: hue angle of 286.97º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA33CB is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17051203-
CMYK0.160.7500.20
HSL286.97º59.84%49.8%-
HSV(B)286.97º74.88%79.61%-
XYZ28.5415.2357.93-
YUV103.91183.92175.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 51 (20.31% from 255) = 12.03%
BLUE value IS 203 (79.69% from 255) = 47.88%
R=40.09%
G=12.03%
B=47.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170512030.160.7500.20286.9759.8449.8
HexAA33CB104B01411f3c32
Octal25263313201130244377462
Binary1010101011001111001011100001001011010100100011111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA33CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA33CB; }

 p { color: rgb(170,51,203); }

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

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

 a { background-color: rgb(170,51,203); }

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

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

 span { border-color: rgb(170,51,203); }

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