Html Css Color HEX #AA098B Medium Violet Red

📋 copy color: '#AA098B'

red 170 ◦ green 9 ◦ blue 139

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

Shades of Medium Violet Red #AA098B

Tints of Medium Violet Red #AA098B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.71%

R = 53.46%
G = 2.83%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA098B (or 0xAA098B) is known color: Medium Violet Red. HEX triplet: AA, 09 and 8B. RGB value is (170,9,139). Sum of RGB (Red+Green+Blue) = 170+9+139=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA098B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA098B is #55F674. Grayscale: #474747. Windows color (decimal): -5633653 or 9111978. OLE color: 9111978.

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

Color convert

RGB 170 9 139 -
CMYK 0 0.95 0.18 0.33
HSL 311.55º 0.9% 0.35% -
HSV(B) 311.55º 0.95% 0.67% -
XYZ 21.34 10.61 25.35 -
YUV 71.96 165.84 197.93 -
System Red Green Blue C M Y K H S L
Decimal 170 9 139 0 0.95 0.18 0.33 311.55 0.9 0.35
Hex AA 9 8B 0 5F 12 21 138 5A 23
Octal 252 11 213 0 137 22 41 470 132 43
Binary 10101010 1001 10001011 0 1011111 10010 100001 100111000 1011010 100011

Color Harmonies of #AA098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA098B

Black with #AA098B

Text Example


Text Example

White with #AA098B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA098B; }

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

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

background-color css

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

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

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

border-color css

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

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

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