#AA24B5

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

Shades of Dark Orchid #AA24B5

Tints of Dark Orchid #AA24B5

Color information

#AA24B5 (or 0xAA24B5) is unknown color: approx Dark Orchid. HEX triplet: AA, 24 and B5. RGB value is (170,36,181). Sum of RGB (Red+Green+Blue) = 170+36+181=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA24B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA24B5 is #55DB4A. Grayscale: #5C5C5C. Windows color (decimal): -5626699 or 11871402. OLE color: 11871402.

HSL color Cylindrical-coordinate representation of color #AA24B5: hue angle of 295.45º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA24B5 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17036181-
CMYK0.060.8000.29
HSL295.45º66.82%42.55%-
HSV(B)295.45º80.11%70.98%-
XYZ25.5513.1444.91-
YUV92.6177.89183.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.93%
GREEN value IS 36 (14.45% from 255) = 9.30%
BLUE value IS 181 (71.09% from 255) = 46.77%
R=43.93%
G=9.30%
B=46.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170361810.060.8000.29295.4566.8242.55
HexAA24B565001D127432b
Octal25244265612003544710353
Binary101010101001001011010111010100000111011001001111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA24B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA24B5; }

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

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

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

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

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

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

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

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