#AA1DCB

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

Shades of Dark Orchid #AA1DCB

Tints of Dark Orchid #AA1DCB

Color information

#AA1DCB (or 0xAA1DCB) is unknown color: approx Dark Orchid. HEX triplet: AA, 1D and CB. RGB value is (170,29,203). Sum of RGB (Red+Green+Blue) = 170+29+203=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA1DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1DCB is #55E234. Grayscale: #5A5A5A. Windows color (decimal): -5628469 or 13311402. OLE color: 13311402.

HSL color Cylindrical-coordinate representation of color #AA1DCB: hue angle of 288.62º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1DCB is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17029203-
CMYK0.160.8600.20
HSL288.62º75%45.49%-
HSV(B)288.62º85.71%79.61%-
XYZ27.813.7457.69-
YUV90.99191.21184.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 29 (11.72% from 255) = 7.21%
BLUE value IS 203 (79.69% from 255) = 50.50%
R=42.29%
G=7.21%
B=50.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170292030.160.8600.20288.627545.49
HexAA1DCB10560141214b2d
Octal252353132012602444111355
Binary1010101011101110010111000010101100101001001000011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1DCB; }

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

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

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

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

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

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

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

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