Html Css Color HEX #AA0098 Dark Magenta

📋 copy color: '#AA0098'

red 170 ◦ green 0 ◦ blue 152

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

Shades of Dark Magenta #AA0098

Tints of Dark Magenta #AA0098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.8%
G = 0%
B = 47.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA0098 (or 0xAA0098) is known color: Dark Magenta. HEX triplet: AA, 00 and 98. RGB value is (170,0,152). Sum of RGB (Red+Green+Blue) = 170+0+152=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0098 is #55FF67. Grayscale: #434343. Windows color (decimal): -5635944 or 9961642. OLE color: 9961642.

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

Color convert

RGB 170 0 152 -
CMYK 0 1 0.11 0.33
HSL 306.35º 1% 0.33% -
HSV(B) 306.35º 1% 0.67% -
XYZ 22.25 10.81 30.62 -
YUV 68.16 175.32 200.64 -
System Red Green Blue C M Y K H S L
Decimal 170 0 152 0 1 0.11 0.33 306.35 1 0.33
Hex AA 0 98 0 64 B 21 132 64 21
Octal 252 0 230 0 144 13 41 462 144 41
Binary 10101010 0 10011000 0 1100100 1011 100001 100110010 1100100 100001

Color Harmonies of #AA0098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0098

Black with #AA0098

Text Example


Text Example

White with #AA0098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0098; }

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

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

background-color css

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

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

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

border-color css

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

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

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