Html Css Color HEX #AA24BE Dark Orchid

📋 copy color: '#AA24BE'

red 170 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #AA24BE

Tints of Dark Orchid #AA24BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.98%

R = 42.93%
G = 9.09%
B = 47.98%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA24BE (or 0xAA24BE) is known color: Dark Orchid. HEX triplet: AA, 24 and BE. RGB value is (170,36,190). Sum of RGB (Red+Green+Blue) = 170+36+190=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA24BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA24BE is #55DB41. Grayscale: #5D5D5D. Windows color (decimal): -5626690 or 12461226. OLE color: 12461226.

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

Color convert

RGB 170 36 190 -
CMYK 0.11 0.81 0 0.25
HSL 292.21º 0.68% 0.44% -
HSV(B) 292.21º 0.81% 0.75% -
XYZ 26.5 13.53 49.93 -
YUV 93.62 182.39 182.48 -
System Red Green Blue C M Y K H S L
Decimal 170 36 190 0.11 0.81 0 0.25 292.21 0.68 0.44
Hex AA 24 BE B 51 0 19 124 44 2C
Octal 252 44 276 13 121 0 31 444 104 54
Binary 10101010 100100 10111110 1011 1010001 0 11001 100100100 1000100 101100

Color Harmonies of #AA24BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA24BE

Black with #AA24BE

Text Example


Text Example

White with #AA24BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA24BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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