Html Css Color HEX #AA098C Medium Violet Red

📋 copy color: '#AA098C'

red 170 ◦ green 9 ◦ blue 140

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

Shades of Medium Violet Red #AA098C

Tints of Medium Violet Red #AA098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.89%

R = 53.29%
G = 2.82%
B = 43.89%

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

#AA098C (or 0xAA098C) is known color: Medium Violet Red. HEX triplet: AA, 09 and 8C. RGB value is (170,9,140). Sum of RGB (Red+Green+Blue) = 170+9+140=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA098C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA098C is #55F673. Grayscale: #474747. Windows color (decimal): -5633652 or 9177514. OLE color: 9177514.

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

Color convert

RGB 170 9 140 -
CMYK 0 0.95 0.18 0.33
HSL 311.18º 0.9% 0.35% -
HSV(B) 311.18º 0.95% 0.67% -
XYZ 21.41 10.63 25.74 -
YUV 72.07 166.34 197.85 -
System Red Green Blue C M Y K H S L
Decimal 170 9 140 0 0.95 0.18 0.33 311.18 0.9 0.35
Hex AA 9 8C 0 5F 12 21 137 5A 23
Octal 252 11 214 0 137 22 41 467 132 43
Binary 10101010 1001 10001100 0 1011111 10010 100001 100110111 1011010 100011

Color Harmonies of #AA098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA098C

Black with #AA098C

Text Example


Text Example

White with #AA098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA098C; }

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

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

background-color css

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

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

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

border-color css

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

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

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