Html Css Color HEX #AA0C98 Dark Magenta

📋 copy color: '#AA0C98'

red 170 ◦ green 12 ◦ blue 152

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

Shades of Dark Magenta #AA0C98

Tints of Dark Magenta #AA0C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.51%

R = 50.9%
G = 3.59%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA0C98 (or 0xAA0C98) is known color: Dark Magenta. HEX triplet: AA, 0C and 98. RGB value is (170,12,152). Sum of RGB (Red+Green+Blue) = 170+12+152=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0C98 is #55F367. Grayscale: #4A4A4A. Windows color (decimal): -5632872 or 9964714. OLE color: 9964714.

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

Color convert

RGB 170 12 152 -
CMYK 0 0.93 0.11 0.33
HSL 306.84º 0.87% 0.36% -
HSV(B) 306.84º 0.93% 0.67% -
XYZ 22.38 11.08 30.66 -
YUV 75.2 171.35 195.62 -
System Red Green Blue C M Y K H S L
Decimal 170 12 152 0 0.93 0.11 0.33 306.84 0.87 0.36
Hex AA C 98 0 5D B 21 133 57 24
Octal 252 14 230 0 135 13 41 463 127 44
Binary 10101010 1100 10011000 0 1011101 1011 100001 100110011 1010111 100100

Color Harmonies of #AA0C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C98

Black with #AA0C98

Text Example


Text Example

White with #AA0C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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