#AA33BB

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

Shades of Dark Orchid #AA33BB

Tints of Dark Orchid #AA33BB

Color information

#AA33BB (or 0xAA33BB) is unknown color: approx Dark Orchid. HEX triplet: AA, 33 and BB. RGB value is (170,51,187). Sum of RGB (Red+Green+Blue) = 170+51+187=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA33BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA33BB is #55CC44. Grayscale: #656565. Windows color (decimal): -5622853 or 12268458. OLE color: 12268458.

HSL color Cylindrical-coordinate representation of color #AA33BB: hue angle of 292.5º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA33BB is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17051187-
CMYK0.090.7300.27
HSL292.5º57.14%46.67%-
HSV(B)292.5º72.73%73.33%-
XYZ26.7314.548.4-
YUV102.08175.92176.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 51 (20.31% from 255) = 12.5%
BLUE value IS 187 (73.44% from 255) = 45.83%
R=41.67%
G=12.5%
B=45.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170511870.090.7300.27292.557.1446.67
HexAA33BB94901B124392f
Octal25263273111110334447157
Binary101010101100111011101110011001001011011100100100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA33BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA33BB; }

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

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

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

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

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

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

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

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