#AA1ACA

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

Shades of Dark Orchid #AA1ACA

Tints of Dark Orchid #AA1ACA

Color information

#AA1ACA (or 0xAA1ACA) is unknown color: approx Dark Orchid. HEX triplet: AA, 1A and CA. RGB value is (170,26,202). Sum of RGB (Red+Green+Blue) = 170+26+202=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA1ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1ACA is #55E535. Grayscale: #585858. Windows color (decimal): -5629238 or 13245098. OLE color: 13245098.

HSL color Cylindrical-coordinate representation of color #AA1ACA: hue angle of 289.09º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1ACA is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17026202-
CMYK0.160.8700.21
HSL289.09º77.19%44.71%-
HSV(B)289.09º87.13%79.22%-
XYZ27.6113.5557.04-
YUV89.12191.71185.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 26 (10.55% from 255) = 6.53%
BLUE value IS 202 (79.30% from 255) = 50.75%
R=42.71%
G=6.53%
B=50.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170262020.160.8700.21289.0977.1944.71
HexAA1ACA10570151214d2d
Octal252323122012702544111555
Binary1010101011010110010101000010101110101011001000011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1ACA; }

 p { color: rgb(170,26,202); }

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

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

 a { background-color: rgb(170,26,202); }

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

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

 span { border-color: rgb(170,26,202); }

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