Html Css Color HEX #AB1988 Medium Violet Red

📋 copy color: '#AB1988'

red 171 ◦ green 25 ◦ blue 136

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

Shades of Medium Violet Red #AB1988

Tints of Medium Violet Red #AB1988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.96%

R = 51.51%
G = 7.53%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AB1988 (or 0xAB1988) is known color: Medium Violet Red. HEX triplet: AB, 19 and 88. RGB value is (171,25,136). Sum of RGB (Red+Green+Blue) = 171+25+136=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1988 is #54E677. Grayscale: #515151. Windows color (decimal): -5564024 or 8919467. OLE color: 8919467.

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

Color convert

RGB 171 25 136 -
CMYK 0 0.85 0.20 0.33
HSL 314.38º 0.74% 0.38% -
HSV(B) 314.38º 0.85% 0.67% -
XYZ 21.59 11.13 24.3 -
YUV 81.31 158.87 191.97 -
System Red Green Blue C M Y K H S L
Decimal 171 25 136 0 0.85 0.20 0.33 314.38 0.74 0.38
Hex AB 19 88 0 55 14 21 13A 4A 26
Octal 253 31 210 0 125 24 41 472 112 46
Binary 10101011 11001 10001000 0 1010101 10100 100001 100111010 1001010 100110

Color Harmonies of #AB1988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1988

Black with #AB1988

Text Example


Text Example

White with #AB1988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1988; }

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

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

background-color css

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

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

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

border-color css

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

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

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