Html Css Color HEX #AB1387 Medium Violet Red

📋 copy color: '#AB1387'

red 171 ◦ green 19 ◦ blue 135

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

Shades of Medium Violet Red #AB1387

Tints of Medium Violet Red #AB1387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.54%

R = 52.62%
G = 5.85%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AB1387 (or 0xAB1387) is known color: Medium Violet Red. HEX triplet: AB, 13 and 87. RGB value is (171,19,135). Sum of RGB (Red+Green+Blue) = 171+19+135=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1387 is #54EC78. Grayscale: #4D4D4D. Windows color (decimal): -5565561 or 8852395. OLE color: 8852395.

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

Color convert

RGB 171 19 135 -
CMYK 0 0.89 0.21 0.33
HSL 314.21º 0.8% 0.37% -
HSV(B) 314.21º 0.89% 0.67% -
XYZ 21.4 10.87 23.89 -
YUV 77.67 160.36 194.57 -
System Red Green Blue C M Y K H S L
Decimal 171 19 135 0 0.89 0.21 0.33 314.21 0.8 0.37
Hex AB 13 87 0 59 15 21 13A 50 25
Octal 253 23 207 0 131 25 41 472 120 45
Binary 10101011 10011 10000111 0 1011001 10101 100001 100111010 1010000 100101

Color Harmonies of #AB1387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1387

Black with #AB1387

Text Example


Text Example

White with #AB1387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1387; }

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

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

background-color css

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

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

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

border-color css

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

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

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