#AA1CDD

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

Shades of Dark Orchid #AA1CDD

Tints of Dark Orchid #AA1CDD

Color information

#AA1CDD (or 0xAA1CDD) is unknown color: approx Dark Orchid. HEX triplet: AA, 1C and DD. RGB value is (170,28,221). Sum of RGB (Red+Green+Blue) = 170+28+221=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA1CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1CDD is #55E322. Grayscale: #5B5B5B. Windows color (decimal): -5628707 or 14490794. OLE color: 14490794.

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

Color convert

RGB17028221-
CMYK0.230.8700.13
HSL284.15º77.51%48.82%-
HSV(B)284.15º87.33%86.67%-
XYZ30.0414.669.64-
YUV92.46200.54183.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 28 (11.33% from 255) = 6.68%
BLUE value IS 221 (86.72% from 255) = 52.74%
R=40.57%
G=6.68%
B=52.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170282210.230.8700.13284.1577.5148.82
HexAA1CDD17570D11c4e31
Octal252343352712701543411661
Binary101010101110011011101101111010111011011000111001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1CDD; }

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

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

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

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

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

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

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

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