Html Css Color HEX #AA24C8 Dark Orchid

📋 copy color: '#AA24C8'

red 170 ◦ green 36 ◦ blue 200

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

Shades of Dark Orchid #AA24C8

Tints of Dark Orchid #AA24C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 49.26%

R = 41.87%
G = 8.87%
B = 49.26%

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

#AA24C8 (or 0xAA24C8) is known color: Dark Orchid. HEX triplet: AA, 24 and C8. RGB value is (170,36,200). Sum of RGB (Red+Green+Blue) = 170+36+200=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 200 (78.52% from 255 or 49.26% from 406); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA24C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA24C8 is #55DB37. Grayscale: #5E5E5E. Windows color (decimal): -5626680 or 13116586. OLE color: 13116586.

HSL color Cylindrical-coordinate representation of color #AA24C8: hue angle of 289.02º 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 #AA24C8 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 36 200 -
CMYK 0.15 0.82 0 0.22
HSL 289.02º 0.69% 0.46% -
HSV(B) 289.02º 0.82% 0.78% -
XYZ 27.63 13.98 55.89 -
YUV 94.76 187.39 181.66 -
System Red Green Blue C M Y K H S L
Decimal 170 36 200 0.15 0.82 0 0.22 289.02 0.69 0.46
Hex AA 24 C8 F 52 0 16 121 45 2E
Octal 252 44 310 17 122 0 26 441 105 56
Binary 10101010 100100 11001000 1111 1010010 0 10110 100100001 1000101 101110

Color Harmonies of #AA24C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA24C8

Black with #AA24C8

Text Example


Text Example

White with #AA24C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA24C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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