Html Css Color HEX #AA0CB5 Deep Magenta

📋 copy color: '#AA0CB5'

red 170 ◦ green 12 ◦ blue 181

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

Shades of Deep Magenta #AA0CB5

Tints of Deep Magenta #AA0CB5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.31%

 BLUE value IS 181 (71.09% from 255) = 49.86%

R = 46.83%
G = 3.31%
B = 49.86%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA0CB5 (or 0xAA0CB5) is known color: Deep Magenta. HEX triplet: AA, 0C and B5. RGB value is (170,12,181). Sum of RGB (Red+Green+Blue) = 170+12+181=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 181 (71.09% from 255 or 49.86% from 363); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA0CB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CB5 is #55F34A. Grayscale: #4D4D4D. Windows color (decimal): -5632843 or 11865258. OLE color: 11865258.

HSL color Cylindrical-coordinate representation of color #AA0CB5: hue angle of 296.09º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0CB5 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 12 181 -
CMYK 0.06 0.93 0 0.29
HSL 296.09º 0.88% 0.38% -
HSV(B) 296.09º 0.93% 0.71% -
XYZ 25.05 12.15 44.74 -
YUV 78.51 185.85 193.26 -
System Red Green Blue C M Y K H S L
Decimal 170 12 181 0.06 0.93 0 0.29 296.09 0.88 0.38
Hex AA C B5 6 5D 0 1D 128 58 26
Octal 252 14 265 6 135 0 35 450 130 46
Binary 10101010 1100 10110101 110 1011101 0 11101 100101000 1011000 100110

Color Harmonies of #AA0CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0CB5

Black with #AA0CB5

Text Example


Text Example

White with #AA0CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0CB5; }

 p { color: rgb(170,12,181); }

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

background-color css

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

 a { background-color: rgb(170,12,181); }

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

border-color css

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

 span { border-color: rgb(170,12,181); }

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