Html Css Color HEX #AA0798 Dark Magenta

📋 copy color: '#AA0798'

red 170 ◦ green 7 ◦ blue 152

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

Shades of Dark Magenta #AA0798

Tints of Dark Magenta #AA0798

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.13%

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

R = 51.67%
G = 2.13%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA0798 (or 0xAA0798) is known color: Dark Magenta. HEX triplet: AA, 07 and 98. RGB value is (170,7,152). Sum of RGB (Red+Green+Blue) = 170+7+152=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0798 is #55F867. Grayscale: #474747. Windows color (decimal): -5634152 or 9963434. OLE color: 9963434.

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

Color convert

RGB 170 7 152 -
CMYK 0 0.96 0.11 0.33
HSL 306.63º 0.92% 0.35% -
HSV(B) 306.63º 0.96% 0.67% -
XYZ 22.32 10.97 30.65 -
YUV 72.27 173 197.71 -
System Red Green Blue C M Y K H S L
Decimal 170 7 152 0 0.96 0.11 0.33 306.63 0.92 0.35
Hex AA 7 98 0 60 B 21 133 5C 23
Octal 252 7 230 0 140 13 41 463 134 43
Binary 10101010 111 10011000 0 1100000 1011 100001 100110011 1011100 100011

Color Harmonies of #AA0798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0798

Black with #AA0798

Text Example


Text Example

White with #AA0798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0798; }

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

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

background-color css

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

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

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

border-color css

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

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

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