Html Css Color HEX #AB198B Medium Violet Red

📋 copy color: '#AB198B'

red 171 ◦ green 25 ◦ blue 139

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

Shades of Medium Violet Red #AB198B

Tints of Medium Violet Red #AB198B

RGB

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

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

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

R = 51.04%
G = 7.46%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB198B (or 0xAB198B) is known color: Medium Violet Red. HEX triplet: AB, 19 and 8B. RGB value is (171,25,139). Sum of RGB (Red+Green+Blue) = 171+25+139=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB198B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB198B is #54E674. Grayscale: #515151. Windows color (decimal): -5564021 or 9116075. OLE color: 9116075.

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

Color convert

RGB 171 25 139 -
CMYK 0 0.85 0.19 0.33
HSL 313.15º 0.74% 0.38% -
HSV(B) 313.15º 0.85% 0.67% -
XYZ 21.8 11.22 25.44 -
YUV 81.65 160.37 191.73 -
System Red Green Blue C M Y K H S L
Decimal 171 25 139 0 0.85 0.19 0.33 313.15 0.74 0.38
Hex AB 19 8B 0 55 13 21 139 4A 26
Octal 253 31 213 0 125 23 41 471 112 46
Binary 10101011 11001 10001011 0 1010101 10011 100001 100111001 1001010 100110

Color Harmonies of #AB198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB198B

Black with #AB198B

Text Example


Text Example

White with #AB198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB198B; }

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

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

background-color css

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

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

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

border-color css

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

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

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