Html Css Color HEX #AA198D Medium Violet Red

📋 copy color: '#AA198D'

red 170 ◦ green 25 ◦ blue 141

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

Shades of Medium Violet Red #AA198D

Tints of Medium Violet Red #AA198D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.44%

 BLUE value IS 141 (55.47% from 255) = 41.96%

R = 50.6%
G = 7.44%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA198D (or 0xAA198D) is known color: Medium Violet Red. HEX triplet: AA, 19 and 8D. RGB value is (170,25,141). Sum of RGB (Red+Green+Blue) = 170+25+141=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA198D is #55E672. Grayscale: #515151. Windows color (decimal): -5629555 or 9247146. OLE color: 9247146.

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

Color convert

RGB 170 25 141 -
CMYK 0 0.85 0.17 0.33
HSL 312º 0.74% 0.38% -
HSV(B) 312º 0.85% 0.67% -
XYZ 21.73 11.16 26.21 -
YUV 81.58 161.54 191.07 -
System Red Green Blue C M Y K H S L
Decimal 170 25 141 0 0.85 0.17 0.33 312 0.74 0.38
Hex AA 19 8D 0 55 11 21 138 4A 26
Octal 252 31 215 0 125 21 41 470 112 46
Binary 10101010 11001 10001101 0 1010101 10001 100001 100111000 1001010 100110

Color Harmonies of #AA198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA198D

Black with #AA198D

Text Example


Text Example

White with #AA198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA198D; }

 p { color: rgb(170,25,141); }

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

background-color css

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

 a { background-color: rgb(170,25,141); }

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

border-color css

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

 span { border-color: rgb(170,25,141); }

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