#AB2581

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

Shades of Medium Red Violet #AB2581

Tints of Medium Red Violet #AB2581

Color information

#AB2581 (or 0xAB2581) is unknown color: approx Medium Red Violet. HEX triplet: AB, 25 and 81. RGB value is (171,37,129). Sum of RGB (Red+Green+Blue) = 171+37+129=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2581 is #54DA7E. Grayscale: #575757. Windows color (decimal): -5560959 or 8463787. OLE color: 8463787.

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

Color convert

RGB17137129-
CMYK00.780.250.33
HSL318.81º64.42%40.78%-
HSV(B)318.81º78.36%67.06%-
XYZ21.4211.5721.87-
YUV87.55151.39187.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.74%
GREEN value IS 37 (14.84% from 255) = 10.98%
BLUE value IS 129 (50.78% from 255) = 38.28%
R=50.74%
G=10.98%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713712900.780.250.33318.8164.4240.78
HexAB258104E192113f4029
Octal253452010116314147710051
Binary101010111001011000000101001110110011000011001111111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2581; }

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

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

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

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

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

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

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

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