Html Css Color HEX #AB197B Medium Violet Red

📋 copy color: '#AB197B'

red 171 ◦ green 25 ◦ blue 123

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

Shades of Medium Violet Red #AB197B

Tints of Medium Violet Red #AB197B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.56%

R = 53.61%
G = 7.84%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB197B (or 0xAB197B) is known color: Medium Violet Red. HEX triplet: AB, 19 and 7B. RGB value is (171,25,123). Sum of RGB (Red+Green+Blue) = 171+25+123=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB197B is #54E684. Grayscale: #4F4F4F. Windows color (decimal): -5564037 or 8067499. OLE color: 8067499.

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

Color convert

RGB 171 25 123 -
CMYK 0 0.85 0.28 0.33
HSL 319.73º 0.74% 0.38% -
HSV(B) 319.73º 0.85% 0.67% -
XYZ 20.72 10.78 19.73 -
YUV 79.83 152.37 193.03 -
System Red Green Blue C M Y K H S L
Decimal 171 25 123 0 0.85 0.28 0.33 319.73 0.74 0.38
Hex AB 19 7B 0 55 1C 21 140 4A 26
Octal 253 31 173 0 125 34 41 500 112 46
Binary 10101011 11001 1111011 0 1010101 11100 100001 101000000 1001010 100110

Color Harmonies of #AB197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB197B

Black with #AB197B

Text Example


Text Example

White with #AB197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB197B; }

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

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

background-color css

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

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

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

border-color css

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

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

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