#AB3580

Color #AB3580 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AB3580

Tints of Medium Red Violet #AB3580

Color information

#AB3580 (or 0xAB3580) is unknown color: approx Medium Red Violet. HEX triplet: AB, 35 and 80. RGB value is (171,53,128). Sum of RGB (Red+Green+Blue) = 171+53+128=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3580 is #54CA7F. Grayscale: #606060. Windows color (decimal): -5556864 or 8402347. OLE color: 8402347.

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

Color convert

RGB17153128-
CMYK00.690.250.33
HSL321.86º52.68%43.92%-
HSV(B)321.86º69.01%67.06%-
XYZ21.9612.7621.73-
YUV96.83145.59180.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.58%
GREEN value IS 53 (21.09% from 255) = 15.06%
BLUE value IS 128 (50.39% from 255) = 36.36%
R=48.58%
G=15.06%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715312800.690.250.33321.8652.6843.92
HexAB35800451921142352c
Octal25365200010531415026554
Binary10101011110101100000000100010111001100001101000010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3580; }

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

 H1.HeaderClassName
 {
   color: #AB3580;
 }
 .AnyTagClassName
 {
   color: #AB3580;
 }
</style>
background-color css

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

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

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

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

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

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