Html Css Color HEX #AA0D9F Dark Magenta

📋 copy color: '#AA0D9F'

red 170 ◦ green 13 ◦ blue 159

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

Shades of Dark Magenta #AA0D9F

Tints of Dark Magenta #AA0D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.49%

R = 49.71%
G = 3.8%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA0D9F (or 0xAA0D9F) is known color: Dark Magenta. HEX triplet: AA, 0D and 9F. RGB value is (170,13,159). Sum of RGB (Red+Green+Blue) = 170+13+159=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0D9F is #55F260. Grayscale: #4C4C4C. Windows color (decimal): -5632609 or 10423722. OLE color: 10423722.

HSL color Cylindrical-coordinate representation of color #AA0D9F: hue angle of 304.2º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0D9F is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 13 159 -
CMYK 0 0.92 0.06 0.33
HSL 304.2º 0.86% 0.36% -
HSV(B) 304.2º 0.92% 0.67% -
XYZ 22.98 11.34 33.78 -
YUV 76.59 174.51 194.63 -
System Red Green Blue C M Y K H S L
Decimal 170 13 159 0 0.92 0.06 0.33 304.2 0.86 0.36
Hex AA D 9F 0 5C 6 21 130 56 24
Octal 252 15 237 0 134 6 41 460 126 44
Binary 10101010 1101 10011111 0 1011100 110 100001 100110000 1010110 100100

Color Harmonies of #AA0D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0D9F

Black with #AA0D9F

Text Example


Text Example

White with #AA0D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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