Html Css Color HEX #AB1978 Medium Violet Red

📋 copy color: '#AB1978'

red 171 ◦ green 25 ◦ blue 120

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

Shades of Medium Violet Red #AB1978

Tints of Medium Violet Red #AB1978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.97%

R = 54.11%
G = 7.91%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB1978 (or 0xAB1978) is known color: Medium Violet Red. HEX triplet: AB, 19 and 78. RGB value is (171,25,120). Sum of RGB (Red+Green+Blue) = 171+25+120=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1978 is #54E687. Grayscale: #4F4F4F. Windows color (decimal): -5564040 or 7870891. OLE color: 7870891.

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

Color convert

RGB 171 25 120 -
CMYK 0 0.85 0.30 0.33
HSL 320.96º 0.74% 0.38% -
HSV(B) 320.96º 0.85% 0.67% -
XYZ 20.53 10.71 18.75 -
YUV 79.48 150.87 193.28 -
System Red Green Blue C M Y K H S L
Decimal 171 25 120 0 0.85 0.30 0.33 320.96 0.74 0.38
Hex AB 19 78 0 55 1E 21 141 4A 26
Octal 253 31 170 0 125 36 41 501 112 46
Binary 10101011 11001 1111000 0 1010101 11110 100001 101000001 1001010 100110

Color Harmonies of #AB1978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1978

Black with #AB1978

Text Example


Text Example

White with #AB1978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1978; }

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

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

background-color css

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

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

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

border-color css

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

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

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