Html Css Color HEX #AA0DB3 Deep Magenta

📋 copy color: '#AA0DB3'

red 170 ◦ green 13 ◦ blue 179

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

Shades of Deep Magenta #AA0DB3

Tints of Deep Magenta #AA0DB3

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.59%

 BLUE value IS 179 (70.31% from 255) = 49.45%

R = 46.96%
G = 3.59%
B = 49.45%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA0DB3 (or 0xAA0DB3) is known color: Deep Magenta. HEX triplet: AA, 0D and B3. RGB value is (170,13,179). Sum of RGB (Red+Green+Blue) = 170+13+179=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 179 (70.31% from 255 or 49.45% from 362); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA0DB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DB3 is #55F24C. Grayscale: #4E4E4E. Windows color (decimal): -5632589 or 11734442. OLE color: 11734442.

HSL color Cylindrical-coordinate representation of color #AA0DB3: hue angle of 296.75º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0DB3 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 13 179 -
CMYK 0.05 0.93 0 0.30
HSL 296.75º 0.86% 0.38% -
HSV(B) 296.75º 0.93% 0.7% -
XYZ 24.86 12.09 43.67 -
YUV 78.87 184.51 193 -
System Red Green Blue C M Y K H S L
Decimal 170 13 179 0.05 0.93 0 0.30 296.75 0.86 0.38
Hex AA D B3 5 5D 0 1E 129 56 26
Octal 252 15 263 5 135 0 36 451 126 46
Binary 10101010 1101 10110011 101 1011101 0 11110 100101001 1010110 100110

Color Harmonies of #AA0DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0DB3

Black with #AA0DB3

Text Example


Text Example

White with #AA0DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0DB3; }

 p { color: rgb(170,13,179); }

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

background-color css

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

 a { background-color: rgb(170,13,179); }

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

border-color css

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

 span { border-color: rgb(170,13,179); }

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