Html Css Color HEX #AB1479 Medium Violet Red

📋 copy color: '#AB1479'

red 171 ◦ green 20 ◦ blue 121

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

Shades of Medium Violet Red #AB1479

Tints of Medium Violet Red #AB1479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.41%

 BLUE value IS 121 (47.66% from 255) = 38.78%

R = 54.81%
G = 6.41%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB1479 (or 0xAB1479) is known color: Medium Violet Red. HEX triplet: AB, 14 and 79. RGB value is (171,20,121). Sum of RGB (Red+Green+Blue) = 171+20+121=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1479 is #54EB86. Grayscale: #4C4C4C. Windows color (decimal): -5565319 or 7935147. OLE color: 7935147.

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

Color convert

RGB 171 20 121 -
CMYK 0 0.88 0.29 0.33
HSL 319.87º 0.79% 0.37% -
HSV(B) 319.87º 0.88% 0.67% -
XYZ 20.5 10.54 19.04 -
YUV 76.66 153.03 195.29 -
System Red Green Blue C M Y K H S L
Decimal 171 20 121 0 0.88 0.29 0.33 319.87 0.79 0.37
Hex AB 14 79 0 58 1D 21 140 4F 25
Octal 253 24 171 0 130 35 41 500 117 45
Binary 10101011 10100 1111001 0 1011000 11101 100001 101000000 1001111 100101

Color Harmonies of #AB1479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1479

Black with #AB1479

Text Example


Text Example

White with #AB1479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1479; }

 p { color: rgb(171,20,121); }

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

background-color css

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

 a { background-color: rgb(171,20,121); }

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

border-color css

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

 span { border-color: rgb(171,20,121); }

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