Html Css Color HEX #AA24BD Dark Orchid

📋 copy color: '#AA24BD'

red 170 ◦ green 36 ◦ blue 189

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

Shades of Dark Orchid #AA24BD

Tints of Dark Orchid #AA24BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 43.04%
G = 9.11%
B = 47.85%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA24BD (or 0xAA24BD) is known color: Dark Orchid. HEX triplet: AA, 24 and BD. RGB value is (170,36,189). Sum of RGB (Red+Green+Blue) = 170+36+189=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA24BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA24BD is #55DB42. Grayscale: #5D5D5D. Windows color (decimal): -5626691 or 12395690. OLE color: 12395690.

HSL color Cylindrical-coordinate representation of color #AA24BD: hue angle of 292.55º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA24BD is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 36 189 -
CMYK 0.10 0.81 0 0.26
HSL 292.55º 0.68% 0.44% -
HSV(B) 292.55º 0.81% 0.74% -
XYZ 26.39 13.48 49.36 -
YUV 93.51 181.89 182.56 -
System Red Green Blue C M Y K H S L
Decimal 170 36 189 0.10 0.81 0 0.26 292.55 0.68 0.44
Hex AA 24 BD A 51 0 1A 125 44 2C
Octal 252 44 275 12 121 0 32 445 104 54
Binary 10101010 100100 10111101 1010 1010001 0 11010 100100101 1000100 101100

Color Harmonies of #AA24BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA24BD

Black with #AA24BD

Text Example


Text Example

White with #AA24BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA24BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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