Html Css Color HEX #AA24DF Dark Orchid

📋 copy color: '#AA24DF'

red 170 ◦ green 36 ◦ blue 223

#AA24DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AA24DF

Tints of Dark Orchid #AA24DF

RGB

 RED value IS 170 (66.8% from 255) = 39.63%

 GREEN value IS 36 (14.45% from 255) = 8.39%

 BLUE value IS 223 (87.5% from 255) = 51.98%

R = 39.63%
G = 8.39%
B = 51.98%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA24DF (or 0xAA24DF) is known color: Dark Orchid. HEX triplet: AA, 24 and DF. RGB value is (170,36,223). Sum of RGB (Red+Green+Blue) = 170+36+223=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 36 (14.45% from 255 or 8.39% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA24DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA24DF is #55DB20. Grayscale: #606060. Windows color (decimal): -5626657 or 14623914. OLE color: 14623914.

HSL color Cylindrical-coordinate representation of color #AA24DF: hue angle of 282.99º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA24DF is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 36 223 -
CMYK 0.24 0.84 0 0.13
HSL 282.99º 0.75% 0.51% -
HSV(B) 282.99º 0.84% 0.87% -
XYZ 30.53 15.14 71.12 -
YUV 97.38 198.89 179.79 -
System Red Green Blue C M Y K H S L
Decimal 170 36 223 0.24 0.84 0 0.13 282.99 0.75 0.51
Hex AA 24 DF 18 54 0 D 11B 4B 33
Octal 252 44 337 30 124 0 15 433 113 63
Binary 10101010 100100 11011111 11000 1010100 0 1101 100011011 1001011 110011

Color Harmonies of #AA24DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA24DF

Black with #AA24DF

Text Example


Text Example

White with #AA24DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA24DF; }

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

 H1.HeaderClassName
 {
   color: #AA24DF;
 }
 .AnyTagClassName
 {
   color: #AA24DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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