Html Css Color HEX #AB2580 Medium Red Violet

📋 copy color: '#AB2580'

red 171 ◦ green 37 ◦ blue 128

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

Shades of Medium Red Violet #AB2580

Tints of Medium Red Violet #AB2580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.01%

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

R = 50.89%
G = 11.01%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB2580 (or 0xAB2580) is known color: Medium Red Violet. HEX triplet: AB, 25 and 80. RGB value is (171,37,128). Sum of RGB (Red+Green+Blue) = 171+37+128=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2580 is #54DA7F. Grayscale: #575757. Windows color (decimal): -5560960 or 8398251. OLE color: 8398251.

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

Color convert

RGB 171 37 128 -
CMYK 0 0.78 0.25 0.33
HSL 319.25º 0.64% 0.41% -
HSV(B) 319.25º 0.78% 0.67% -
XYZ 21.35 11.54 21.52 -
YUV 87.44 150.89 187.6 -
System Red Green Blue C M Y K H S L
Decimal 171 37 128 0 0.78 0.25 0.33 319.25 0.64 0.41
Hex AB 25 80 0 4E 19 21 13F 40 29
Octal 253 45 200 0 116 31 41 477 100 51
Binary 10101011 100101 10000000 0 1001110 11001 100001 100111111 1000000 101001

Color Harmonies of #AB2580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2580

Black with #AB2580

Text Example


Text Example

White with #AB2580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2580; }

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

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

background-color css

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

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

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

border-color css

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

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

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