#AA24B9

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

Shades of Dark Orchid #AA24B9

Tints of Dark Orchid #AA24B9

Color information

#AA24B9 (or 0xAA24B9) is unknown color: approx Dark Orchid. HEX triplet: AA, 24 and B9. RGB value is (170,36,185). Sum of RGB (Red+Green+Blue) = 170+36+185=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA24B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA24B9 is #55DB46. Grayscale: #5C5C5C. Windows color (decimal): -5626695 or 12133546. OLE color: 12133546.

HSL color Cylindrical-coordinate representation of color #AA24B9: hue angle of 293.96º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA24B9 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17036185-
CMYK0.080.8100.27
HSL293.96º67.42%43.33%-
HSV(B)293.96º80.54%72.55%-
XYZ25.9713.3147.1-
YUV93.05179.89182.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 36 (14.45% from 255) = 9.21%
BLUE value IS 185 (72.66% from 255) = 47.31%
R=43.48%
G=9.21%
B=47.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170361850.080.8100.27293.9667.4243.33
HexAA24B985101B126432b
Octal252442711012103344610353
Binary1010101010010010111001100010100010110111001001101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA24B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA24B9; }

 p { color: rgb(170,36,185); }

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

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

 a { background-color: rgb(170,36,185); }

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

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

 span { border-color: rgb(170,36,185); }

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