#AA2DDC

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

Shades of Dark Orchid #AA2DDC

Tints of Dark Orchid #AA2DDC

Color information

#AA2DDC (or 0xAA2DDC) is unknown color: approx Dark Orchid. HEX triplet: AA, 2D and DC. RGB value is (170,45,220). Sum of RGB (Red+Green+Blue) = 170+45+220=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 45 (17.97% from 255 or 10.34% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA2DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2DDC is #55D223. Grayscale: #656565. Windows color (decimal): -5624356 or 14429610. OLE color: 14429610.

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

Color convert

RGB17045220-
CMYK0.230.8000.14
HSL282.86º71.43%51.96%-
HSV(B)282.86º79.55%86.27%-
XYZ30.4315.5969.12-
YUV102.32194.41176.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 45 (17.97% from 255) = 10.34%
BLUE value IS 220 (86.33% from 255) = 50.57%
R=39.08%
G=10.34%
B=50.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal170452200.230.8000.14282.8671.4351.96
HexAA2DDC17500E11b4734
Octal252553342712001643310764
Binary1010101010110111011100101111010000011101000110111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2DDC; }

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

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

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

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

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

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

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

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