#AA33DC

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

Shades of Dark Orchid #AA33DC

Tints of Dark Orchid #AA33DC

Color information

#AA33DC (or 0xAA33DC) is unknown color: approx Dark Orchid. HEX triplet: AA, 33 and DC. RGB value is (170,51,220). Sum of RGB (Red+Green+Blue) = 170+51+220=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA33DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA33DC is #55CC23. Grayscale: #696969. Windows color (decimal): -5622820 or 14431146. OLE color: 14431146.

HSL color Cylindrical-coordinate representation of color #AA33DC: hue angle of 282.25º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA33DC is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17051220-
CMYK0.230.7700.14
HSL282.25º70.71%53.14%-
HSV(B)282.25º76.82%86.27%-
XYZ30.6816.0869.2-
YUV105.85192.42173.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 51 (20.31% from 255) = 11.56%
BLUE value IS 220 (86.33% from 255) = 49.89%
R=38.55%
G=11.56%
B=49.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal170512200.230.7700.14282.2570.7153.14
HexAA33DC174D0E11a4735
Octal252633342711501643210765
Binary1010101011001111011100101111001101011101000110101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA33DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA33DC; }

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

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

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

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

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

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

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

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