Html Css Color HEX #AA24C7 Dark Orchid

📋 copy color: '#AA24C7'

red 170 ◦ green 36 ◦ blue 199

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

Shades of Dark Orchid #AA24C7

Tints of Dark Orchid #AA24C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 49.14%

R = 41.98%
G = 8.89%
B = 49.14%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA24C7 (or 0xAA24C7) is known color: Dark Orchid. HEX triplet: AA, 24 and C7. RGB value is (170,36,199). Sum of RGB (Red+Green+Blue) = 170+36+199=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 199 (78.12% from 255 or 49.14% from 405); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA24C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA24C7 is #55DB38. Grayscale: #5E5E5E. Windows color (decimal): -5626681 or 13051050. OLE color: 13051050.

HSL color Cylindrical-coordinate representation of color #AA24C7: hue angle of 289.33º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA24C7 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 36 199 -
CMYK 0.15 0.82 0 0.22
HSL 289.33º 0.69% 0.46% -
HSV(B) 289.33º 0.82% 0.78% -
XYZ 27.52 13.93 55.27 -
YUV 94.65 186.89 181.75 -
System Red Green Blue C M Y K H S L
Decimal 170 36 199 0.15 0.82 0 0.22 289.33 0.69 0.46
Hex AA 24 C7 F 52 0 16 121 45 2E
Octal 252 44 307 17 122 0 26 441 105 56
Binary 10101010 100100 11000111 1111 1010010 0 10110 100100001 1000101 101110

Color Harmonies of #AA24C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA24C7

Black with #AA24C7

Text Example


Text Example

White with #AA24C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA24C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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