#AA1CD1

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

Shades of Dark Orchid #AA1CD1

Tints of Dark Orchid #AA1CD1

Color information

#AA1CD1 (or 0xAA1CD1) is unknown color: approx Dark Orchid. HEX triplet: AA, 1C and D1. RGB value is (170,28,209). Sum of RGB (Red+Green+Blue) = 170+28+209=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 209 (82.03% from 255 or 51.35% from 407); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA1CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1CD1 is #55E32E. Grayscale: #5A5A5A. Windows color (decimal): -5628719 or 13704362. OLE color: 13704362.

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

Color convert

RGB17028209-
CMYK0.190.8700.18
HSL287.07º76.37%46.47%-
HSV(B)287.07º86.6%81.96%-
XYZ28.513.9861.52-
YUV91.09194.54184.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 28 (11.33% from 255) = 6.88%
BLUE value IS 209 (82.03% from 255) = 51.35%
R=41.77%
G=6.88%
B=51.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170282090.190.8700.18287.0776.3746.47
HexAA1CD1135701211f4c2e
Octal252343212312702243711456
Binary1010101011100110100011001110101110100101000111111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1CD1; }

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

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

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

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

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

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

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

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