#AA2ABD

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

Shades of Dark Orchid #AA2ABD

Tints of Dark Orchid #AA2ABD

Color information

#AA2ABD (or 0xAA2ABD) is unknown color: approx Dark Orchid. HEX triplet: AA, 2A and BD. RGB value is (170,42,189). Sum of RGB (Red+Green+Blue) = 170+42+189=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA2ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ABD is #55D542. Grayscale: #606060. Windows color (decimal): -5625155 or 12397226. OLE color: 12397226.

HSL color Cylindrical-coordinate representation of color #AA2ABD: hue angle of 292.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2ABD is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17042189-
CMYK0.100.7800.26
HSL292.24º63.64%45.29%-
HSV(B)292.24º77.78%74.12%-
XYZ26.5913.8849.42-
YUV97.03179.91180.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 42 (16.80% from 255) = 10.47%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=42.39%
G=10.47%
B=47.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170421890.100.7800.26292.2463.6445.29
HexAA2ABDA4E01A124402d
Octal252522751211603244410055
Binary1010101010101010111101101010011100110101001001001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2ABD; }

 p { color: rgb(170,42,189); }

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

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

 a { background-color: rgb(170,42,189); }

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

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

 span { border-color: rgb(170,42,189); }

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