Html Css Color HEX #AA098F Dark Magenta

📋 copy color: '#AA098F'

red 170 ◦ green 9 ◦ blue 143

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

Shades of Dark Magenta #AA098F

Tints of Dark Magenta #AA098F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.8%

 BLUE value IS 143 (56.25% from 255) = 44.41%

R = 52.8%
G = 2.8%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA098F (or 0xAA098F) is known color: Dark Magenta. HEX triplet: AA, 09 and 8F. RGB value is (170,9,143). Sum of RGB (Red+Green+Blue) = 170+9+143=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA098F is #55F670. Grayscale: #484848. Windows color (decimal): -5633649 or 9374122. OLE color: 9374122.

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

Color convert

RGB 170 9 143 -
CMYK 0 0.95 0.16 0.33
HSL 310.06º 0.9% 0.35% -
HSV(B) 310.06º 0.95% 0.67% -
XYZ 21.63 10.72 26.92 -
YUV 72.42 167.84 197.6 -
System Red Green Blue C M Y K H S L
Decimal 170 9 143 0 0.95 0.16 0.33 310.06 0.9 0.35
Hex AA 9 8F 0 5F 10 21 136 5A 23
Octal 252 11 217 0 137 20 41 466 132 43
Binary 10101010 1001 10001111 0 1011111 10000 100001 100110110 1011010 100011

Color Harmonies of #AA098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA098F

Black with #AA098F

Text Example


Text Example

White with #AA098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA098F; }

 p { color: rgb(170,9,143); }

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

background-color css

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

 a { background-color: rgb(170,9,143); }

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

border-color css

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

 span { border-color: rgb(170,9,143); }

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