Html Css Color HEX #AA24BB Dark Orchid

📋 copy color: '#AA24BB'

red 170 ◦ green 36 ◦ blue 187

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

Shades of Dark Orchid #AA24BB

Tints of Dark Orchid #AA24BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.58%

R = 43.26%
G = 9.16%
B = 47.58%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA24BB (or 0xAA24BB) is known color: Dark Orchid. HEX triplet: AA, 24 and BB. RGB value is (170,36,187). Sum of RGB (Red+Green+Blue) = 170+36+187=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA24BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA24BB is #55DB44. Grayscale: #5C5C5C. Windows color (decimal): -5626693 or 12264618. OLE color: 12264618.

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

Color convert

RGB 170 36 187 -
CMYK 0.09 0.81 0 0.27
HSL 293.25º 0.68% 0.44% -
HSV(B) 293.25º 0.81% 0.73% -
XYZ 26.18 13.4 48.22 -
YUV 93.28 180.89 182.72 -
System Red Green Blue C M Y K H S L
Decimal 170 36 187 0.09 0.81 0 0.27 293.25 0.68 0.44
Hex AA 24 BB 9 51 0 1B 125 44 2C
Octal 252 44 273 11 121 0 33 445 104 54
Binary 10101010 100100 10111011 1001 1010001 0 11011 100100101 1000100 101100

Color Harmonies of #AA24BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA24BB

Black with #AA24BB

Text Example


Text Example

White with #AA24BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA24BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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