Html Css Color HEX #AB137E Medium Violet Red

📋 copy color: '#AB137E'

red 171 ◦ green 19 ◦ blue 126

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

Shades of Medium Violet Red #AB137E

Tints of Medium Violet Red #AB137E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.01%

 BLUE value IS 126 (49.61% from 255) = 39.87%

R = 54.11%
G = 6.01%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB137E (or 0xAB137E) is known color: Medium Violet Red. HEX triplet: AB, 13 and 7E. RGB value is (171,19,126). Sum of RGB (Red+Green+Blue) = 171+19+126=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB137E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB137E is #54EC81. Grayscale: #4C4C4C. Windows color (decimal): -5565570 or 8262571. OLE color: 8262571.

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

Color convert

RGB 171 19 126 -
CMYK 0 0.89 0.26 0.33
HSL 317.76º 0.8% 0.37% -
HSV(B) 317.76º 0.89% 0.67% -
XYZ 20.79 10.63 20.69 -
YUV 76.65 155.86 195.3 -
System Red Green Blue C M Y K H S L
Decimal 171 19 126 0 0.89 0.26 0.33 317.76 0.8 0.37
Hex AB 13 7E 0 59 1A 21 13E 50 25
Octal 253 23 176 0 131 32 41 476 120 45
Binary 10101011 10011 1111110 0 1011001 11010 100001 100111110 1010000 100101

Color Harmonies of #AB137E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB137E

Black with #AB137E

Text Example


Text Example

White with #AB137E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB137E; }

 p { color: rgb(171,19,126); }

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

background-color css

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

 a { background-color: rgb(171,19,126); }

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

border-color css

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

 span { border-color: rgb(171,19,126); }

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