#AA24AF

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

Shades of Dark Orchid #AA24AF

Tints of Dark Orchid #AA24AF

Color information

#AA24AF (or 0xAA24AF) is unknown color: approx Dark Orchid. HEX triplet: AA, 24 and AF. RGB value is (170,36,175). Sum of RGB (Red+Green+Blue) = 170+36+175=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA24AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA24AF is #55DB50. Grayscale: #5B5B5B. Windows color (decimal): -5626705 or 11478186. OLE color: 11478186.

HSL color Cylindrical-coordinate representation of color #AA24AF: hue angle of 297.84º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA24AF is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17036175-
CMYK0.030.7900.31
HSL297.84º65.88%41.37%-
HSV(B)297.84º79.43%68.63%-
XYZ24.9512.941.73-
YUV91.91174.89183.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 36 (14.45% from 255) = 9.45%
BLUE value IS 175 (68.75% from 255) = 45.93%
R=44.62%
G=9.45%
B=45.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170361750.030.7900.31297.8465.8841.37
HexAA24AF34F01F12a4229
Octal25244257311703745210251
Binary10101010100100101011111110011110111111001010101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA24AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA24AF; }

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

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

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

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

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

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

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

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