#AA1AC5

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

Shades of Dark Orchid #AA1AC5

Tints of Dark Orchid #AA1AC5

Color information

#AA1AC5 (or 0xAA1AC5) is unknown color: approx Dark Orchid. HEX triplet: AA, 1A and C5. RGB value is (170,26,197). Sum of RGB (Red+Green+Blue) = 170+26+197=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 197 (77.34% from 255 or 50.13% from 393); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA1AC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1AC5 is #55E53A. Grayscale: #585858. Windows color (decimal): -5629243 or 12917418. OLE color: 12917418.

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

Color convert

RGB17026197-
CMYK0.140.8700.23
HSL290.53º76.68%43.73%-
HSV(B)290.53º86.8%77.25%-
XYZ27.0313.3253.97-
YUV88.55189.21186.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 26 (10.55% from 255) = 6.62%
BLUE value IS 197 (77.34% from 255) = 50.13%
R=43.26%
G=6.62%
B=50.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170261970.140.8700.23290.5376.6843.73
HexAA1AC5E570171234d2c
Octal252323051612702744311554
Binary101010101101011000101111010101110101111001000111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1AC5; }

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

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

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

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

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

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

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

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