Html Css Color HEX #AB197D Medium Violet Red

📋 copy color: '#AB197D'

red 171 ◦ green 25 ◦ blue 125

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

Shades of Medium Violet Red #AB197D

Tints of Medium Violet Red #AB197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.94%

R = 53.27%
G = 7.79%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB197D (or 0xAB197D) is known color: Medium Violet Red. HEX triplet: AB, 19 and 7D. RGB value is (171,25,125). Sum of RGB (Red+Green+Blue) = 171+25+125=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB197D is #54E682. Grayscale: #4F4F4F. Windows color (decimal): -5564035 or 8198571. OLE color: 8198571.

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

Color convert

RGB 171 25 125 -
CMYK 0 0.85 0.27 0.33
HSL 318.9º 0.74% 0.38% -
HSV(B) 318.9º 0.85% 0.67% -
XYZ 20.84 10.83 20.39 -
YUV 80.05 153.37 192.87 -
System Red Green Blue C M Y K H S L
Decimal 171 25 125 0 0.85 0.27 0.33 318.9 0.74 0.38
Hex AB 19 7D 0 55 1B 21 13F 4A 26
Octal 253 31 175 0 125 33 41 477 112 46
Binary 10101011 11001 1111101 0 1010101 11011 100001 100111111 1001010 100110

Color Harmonies of #AB197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB197D

Black with #AB197D

Text Example


Text Example

White with #AB197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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