#ab3581

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

Shades of Medium Red Violet #AB3581

Tints of Medium Red Violet #AB3581

Color information

#AB3581 (or 0xAB3581) is unknown color: approx Medium Red Violet. HEX triplet: AB, 35 and 81. RGB value is (171,53,129). Sum of RGB (Red+Green+Blue) = 171+53+129=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3581 is #54CA7E. Grayscale: #606060. Windows color (decimal): -5556863 or 8467883. OLE color: 8467883.

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

Color convert

RGB17153129-
CMYK00.690.250.33
HSL321.36º52.68%43.92%-
HSV(B)321.36º69.01%67.06%-
XYZ22.0312.7922.08-
YUV96.95146.09180.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.44%
GREEN value IS 53 (21.09% from 255) = 15.01%
BLUE value IS 129 (50.78% from 255) = 36.54%
R=48.44%
G=15.01%
B=36.54%

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
Decimal1715312900.690.250.33321.3652.6843.92
HexAB35810451921141352c
Octal25365201010531415016554
Binary10101011110101100000010100010111001100001101000001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab3581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab3581; }

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

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

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

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

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

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

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

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