#AA1DCF

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

Shades of Dark Orchid #AA1DCF

Tints of Dark Orchid #AA1DCF

Color information

#AA1DCF (or 0xAA1DCF) is unknown color: approx Dark Orchid. HEX triplet: AA, 1D and CF. RGB value is (170,29,207). Sum of RGB (Red+Green+Blue) = 170+29+207=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA1DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1DCF is #55E230. Grayscale: #5A5A5A. Windows color (decimal): -5628465 or 13573546. OLE color: 13573546.

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

Color convert

RGB17029207-
CMYK0.180.8600.19
HSL287.53º75.42%46.27%-
HSV(B)287.53º85.99%81.18%-
XYZ28.2813.9360.23-
YUV91.45193.21184.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 29 (11.72% from 255) = 7.14%
BLUE value IS 207 (81.25% from 255) = 50.99%
R=41.87%
G=7.14%
B=50.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal170292070.180.8600.19287.5375.4246.27
HexAA1DCF12560131204b2e
Octal252353172212602344011356
Binary1010101011101110011111001010101100100111001000001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1DCF; }

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

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

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

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

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

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

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

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