#AB2590

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

Shades of Medium Red Violet #AB2590

Tints of Medium Red Violet #AB2590

Color information

#AB2590 (or 0xAB2590) is unknown color: approx Medium Red Violet. HEX triplet: AB, 25 and 90. RGB value is (171,37,144). Sum of RGB (Red+Green+Blue) = 171+37+144=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2590 is #54DA6F. Grayscale: #585858. Windows color (decimal): -5560944 or 9446827. OLE color: 9446827.

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

Color convert

RGB17137144-
CMYK00.780.160.33
HSL312.09º64.42%40.78%-
HSV(B)312.09º78.36%67.06%-
XYZ22.4911.9927.52-
YUV89.26158.89186.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.58%
GREEN value IS 37 (14.84% from 255) = 10.51%
BLUE value IS 144 (56.64% from 255) = 40.91%
R=48.58%
G=10.51%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713714400.780.160.33312.0964.4240.78
HexAB259004E10211384029
Octal253452200116204147010051
Binary101010111001011001000001001110100001000011001110001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2590; }

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

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

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

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

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

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

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

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