Html Css Color HEX #AB1981 Medium Violet Red

📋 copy color: '#AB1981'

red 171 ◦ green 25 ◦ blue 129

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

Shades of Medium Violet Red #AB1981

Tints of Medium Violet Red #AB1981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.69%

R = 52.62%
G = 7.69%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB1981 (or 0xAB1981) is known color: Medium Violet Red. HEX triplet: AB, 19 and 81. RGB value is (171,25,129). Sum of RGB (Red+Green+Blue) = 171+25+129=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1981 is #54E67E. Grayscale: #505050. Windows color (decimal): -5564031 or 8460715. OLE color: 8460715.

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

Color convert

RGB 171 25 129 -
CMYK 0 0.85 0.25 0.33
HSL 317.26º 0.74% 0.38% -
HSV(B) 317.26º 0.85% 0.67% -
XYZ 21.1 10.94 21.77 -
YUV 80.51 155.37 192.54 -
System Red Green Blue C M Y K H S L
Decimal 171 25 129 0 0.85 0.25 0.33 317.26 0.74 0.38
Hex AB 19 81 0 55 19 21 13D 4A 26
Octal 253 31 201 0 125 31 41 475 112 46
Binary 10101011 11001 10000001 0 1010101 11001 100001 100111101 1001010 100110

Color Harmonies of #AB1981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1981

Black with #AB1981

Text Example


Text Example

White with #AB1981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1981; }

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

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

background-color css

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

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

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

border-color css

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

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

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