#AA1DD0

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

Shades of Dark Orchid #AA1DD0

Tints of Dark Orchid #AA1DD0

Color information

#AA1DD0 (or 0xAA1DD0) is unknown color: approx Dark Orchid. HEX triplet: AA, 1D and D0. RGB value is (170,29,208). Sum of RGB (Red+Green+Blue) = 170+29+208=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA1DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1DD0 is #55E22F. Grayscale: #5A5A5A. Windows color (decimal): -5628464 or 13639082. OLE color: 13639082.

HSL color Cylindrical-coordinate representation of color #AA1DD0: hue angle of 287.26º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1DD0 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17029208-
CMYK0.180.8600.18
HSL287.26º75.53%46.47%-
HSV(B)287.26º86.06%81.57%-
XYZ28.413.9860.88-
YUV91.56193.71183.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 29 (11.72% from 255) = 7.13%
BLUE value IS 208 (81.64% from 255) = 51.11%
R=41.77%
G=7.13%
B=51.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170292080.180.8600.18287.2675.5346.47
HexAA1DD0125601211f4c2e
Octal252353202212602243711456
Binary1010101011101110100001001010101100100101000111111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1DD0; }

 p { color: rgb(170,29,208); }

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

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

 a { background-color: rgb(170,29,208); }

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

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

 span { border-color: rgb(170,29,208); }

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