Html Css Color HEX #AB198C Medium Violet Red

📋 copy color: '#AB198C'

red 171 ◦ green 25 ◦ blue 140

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

Shades of Medium Violet Red #AB198C

Tints of Medium Violet Red #AB198C

RGB

 RED value IS 171 (67.19% from 255) = 50.89%

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

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

R = 50.89%
G = 7.44%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB198C (or 0xAB198C) is known color: Medium Violet Red. HEX triplet: AB, 19 and 8C. RGB value is (171,25,140). Sum of RGB (Red+Green+Blue) = 171+25+140=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB198C is #54E673. Grayscale: #515151. Windows color (decimal): -5564020 or 9181611. OLE color: 9181611.

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

Color convert

RGB 171 25 140 -
CMYK 0 0.85 0.18 0.33
HSL 312.74º 0.74% 0.38% -
HSV(B) 312.74º 0.85% 0.67% -
XYZ 21.88 11.25 25.83 -
YUV 81.76 160.87 191.65 -
System Red Green Blue C M Y K H S L
Decimal 171 25 140 0 0.85 0.18 0.33 312.74 0.74 0.38
Hex AB 19 8C 0 55 12 21 139 4A 26
Octal 253 31 214 0 125 22 41 471 112 46
Binary 10101011 11001 10001100 0 1010101 10010 100001 100111001 1001010 100110

Color Harmonies of #AB198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB198C

Black with #AB198C

Text Example


Text Example

White with #AB198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB198C; }

 p { color: rgb(171,25,140); }

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

background-color css

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

 a { background-color: rgb(171,25,140); }

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

border-color css

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

 span { border-color: rgb(171,25,140); }

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