Html Css Color HEX #AA24AD Dark Orchid

📋 copy color: '#AA24AD'

red 170 ◦ green 36 ◦ blue 173

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

Shades of Dark Orchid #AA24AD

Tints of Dark Orchid #AA24AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 44.85%
G = 9.5%
B = 45.65%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA24AD (or 0xAA24AD) is known color: Dark Orchid. HEX triplet: AA, 24 and AD. RGB value is (170,36,173). Sum of RGB (Red+Green+Blue) = 170+36+173=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA24AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA24AD is #55DB52. Grayscale: #5B5B5B. Windows color (decimal): -5626707 or 11347114. OLE color: 11347114.

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

Color convert

RGB 170 36 173 -
CMYK 0.02 0.79 0 0.32
HSL 298.69º 0.66% 0.41% -
HSV(B) 298.69º 0.79% 0.68% -
XYZ 24.75 12.82 40.71 -
YUV 91.68 173.89 183.86 -
System Red Green Blue C M Y K H S L
Decimal 170 36 173 0.02 0.79 0 0.32 298.69 0.66 0.41
Hex AA 24 AD 2 4F 0 20 12B 42 29
Octal 252 44 255 2 117 0 40 453 102 51
Binary 10101010 100100 10101101 10 1001111 0 100000 100101011 1000010 101001

Color Harmonies of #AA24AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA24AD

Black with #AA24AD

Text Example


Text Example

White with #AA24AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA24AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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