#AB4582

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

Shades of Medium Red Violet #AB4582

Tints of Medium Red Violet #AB4582

Color information

#AB4582 (or 0xAB4582) is unknown color: approx Medium Red Violet. HEX triplet: AB, 45 and 82. RGB value is (171,69,130). Sum of RGB (Red+Green+Blue) = 171+69+130=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4582 is #54BA7D. Grayscale: #6A6A6A. Windows color (decimal): -5552766 or 8537515. OLE color: 8537515.

HSL color Cylindrical-coordinate representation of color #AB4582: hue angle of 324.12º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4582 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB17169130-
CMYK00.600.240.33
HSL324.12º42.5%47.06%-
HSV(B)324.12º59.65%67.06%-
XYZ22.9514.5322.71-
YUV106.45141.29174.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 69 (27.34% from 255) = 18.65%
BLUE value IS 130 (51.17% from 255) = 35.14%
R=46.22%
G=18.65%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716913000.600.240.33324.1242.547.06
HexAB458203C18211442a2f
Octal25310520207430415045257
Binary10101011100010110000010011110011000100001101000100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4582; }

 p { color: rgb(171,69,130); }

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

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

 a { background-color: rgb(171,69,130); }

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

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

 span { border-color: rgb(171,69,130); }

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