#AA40DD

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

Shades of Dark Orchid #AA40DD

Tints of Dark Orchid #AA40DD

Color information

#AA40DD (or 0xAA40DD) is unknown color: approx Dark Orchid. HEX triplet: AA, 40 and DD. RGB value is (170,64,221). Sum of RGB (Red+Green+Blue) = 170+64+221=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA40DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA40DD is #55BF22. Grayscale: #717171. Windows color (decimal): -5619491 or 14500010. OLE color: 14500010.

HSL color Cylindrical-coordinate representation of color #AA40DD: hue angle of 280.51º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA40DD is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17064221-
CMYK0.230.7100.13
HSL280.51º69.78%55.88%-
HSV(B)280.51º71.04%86.67%-
XYZ31.4617.4370.11-
YUV113.59188.62168.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 64 (25.39% from 255) = 14.07%
BLUE value IS 221 (86.72% from 255) = 48.57%
R=37.36%
G=14.07%
B=48.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170642210.230.7100.13280.5169.7855.88
HexAA40DD17470D1194638
Octal2521003352710701543110670
Binary10101010100000011011101101111000111011011000110011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA40DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA40DD; }

 p { color: rgb(170,64,221); }

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

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

 a { background-color: rgb(170,64,221); }

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

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

 span { border-color: rgb(170,64,221); }

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