Html Css Color HEX #AA098A Medium Violet Red

📋 copy color: '#AA098A'

red 170 ◦ green 9 ◦ blue 138

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

Shades of Medium Violet Red #AA098A

Tints of Medium Violet Red #AA098A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.53%

R = 53.63%
G = 2.84%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA098A (or 0xAA098A) is known color: Medium Violet Red. HEX triplet: AA, 09 and 8A. RGB value is (170,9,138). Sum of RGB (Red+Green+Blue) = 170+9+138=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA098A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA098A is #55F675. Grayscale: #474747. Windows color (decimal): -5633654 or 9046442. OLE color: 9046442.

HSL color Cylindrical-coordinate representation of color #AA098A: hue angle of 311.93º 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 #AA098A is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 9 138 -
CMYK 0 0.95 0.19 0.33
HSL 311.93º 0.9% 0.35% -
HSV(B) 311.93º 0.95% 0.67% -
XYZ 21.26 10.58 24.97 -
YUV 71.85 165.34 198.01 -
System Red Green Blue C M Y K H S L
Decimal 170 9 138 0 0.95 0.19 0.33 311.93 0.9 0.35
Hex AA 9 8A 0 5F 13 21 138 5A 23
Octal 252 11 212 0 137 23 41 470 132 43
Binary 10101010 1001 10001010 0 1011111 10011 100001 100111000 1011010 100011

Color Harmonies of #AA098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA098A

Black with #AA098A

Text Example


Text Example

White with #AA098A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA098A; }

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

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

background-color css

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

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

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

border-color css

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

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

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