Html Css Color HEX #AB157F Medium Violet Red

📋 copy color: '#AB157F'

red 171 ◦ green 21 ◦ blue 127

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

Shades of Medium Violet Red #AB157F

Tints of Medium Violet Red #AB157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.58%

 BLUE value IS 127 (50% from 255) = 39.81%

R = 53.61%
G = 6.58%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB157F (or 0xAB157F) is known color: Medium Violet Red. HEX triplet: AB, 15 and 7F. RGB value is (171,21,127). Sum of RGB (Red+Green+Blue) = 171+21+127=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB157F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB157F is #54EA80. Grayscale: #4D4D4D. Windows color (decimal): -5565057 or 8328619. OLE color: 8328619.

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

Color convert

RGB 171 21 127 -
CMYK 0 0.88 0.26 0.33
HSL 317.6º 0.78% 0.38% -
HSV(B) 317.6º 0.88% 0.67% -
XYZ 20.89 10.73 21.05 -
YUV 77.93 155.7 194.38 -
System Red Green Blue C M Y K H S L
Decimal 171 21 127 0 0.88 0.26 0.33 317.6 0.78 0.38
Hex AB 15 7F 0 58 1A 21 13E 4E 26
Octal 253 25 177 0 130 32 41 476 116 46
Binary 10101011 10101 1111111 0 1011000 11010 100001 100111110 1001110 100110

Color Harmonies of #AB157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB157F

Black with #AB157F

Text Example


Text Example

White with #AB157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB157F; }

 p { color: rgb(171,21,127); }

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

background-color css

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

 a { background-color: rgb(171,21,127); }

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

border-color css

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

 span { border-color: rgb(171,21,127); }

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