Html Css Color HEX #AB1580 Medium Violet Red

📋 copy color: '#AB1580'

red 171 ◦ green 21 ◦ blue 128

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

Shades of Medium Violet Red #AB1580

Tints of Medium Violet Red #AB1580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.56%

 BLUE value IS 128 (50.39% from 255) = 40%

R = 53.44%
G = 6.56%
B = 40%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB1580 (or 0xAB1580) is known color: Medium Violet Red. HEX triplet: AB, 15 and 80. RGB value is (171,21,128). Sum of RGB (Red+Green+Blue) = 171+21+128=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1580 is #54EA7F. Grayscale: #4D4D4D. Windows color (decimal): -5565056 or 8394155. OLE color: 8394155.

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

Color convert

RGB 171 21 128 -
CMYK 0 0.88 0.25 0.33
HSL 317.2º 0.78% 0.38% -
HSV(B) 317.2º 0.88% 0.67% -
XYZ 20.96 10.75 21.39 -
YUV 78.05 156.2 194.3 -
System Red Green Blue C M Y K H S L
Decimal 171 21 128 0 0.88 0.25 0.33 317.2 0.78 0.38
Hex AB 15 80 0 58 19 21 13D 4E 26
Octal 253 25 200 0 130 31 41 475 116 46
Binary 10101011 10101 10000000 0 1011000 11001 100001 100111101 1001110 100110

Color Harmonies of #AB1580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1580

Black with #AB1580

Text Example


Text Example

White with #AB1580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1580; }

 p { color: rgb(171,21,128); }

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

background-color css

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

 a { background-color: rgb(171,21,128); }

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

border-color css

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

 span { border-color: rgb(171,21,128); }

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