#AB458B

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

Shades of Medium Red Violet #AB458B

Tints of Medium Red Violet #AB458B

Color information

#AB458B (or 0xAB458B) is unknown color: approx Medium Red Violet. HEX triplet: AB, 45 and 8B. RGB value is (171,69,139). Sum of RGB (Red+Green+Blue) = 171+69+139=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB458B is #54BA74. Grayscale: #6B6B6B. Windows color (decimal): -5552757 or 9127339. OLE color: 9127339.

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

Color convert

RGB17169139-
CMYK00.600.190.33
HSL318.82º42.5%47.06%-
HSV(B)318.82º59.65%67.06%-
XYZ23.5814.7826.04-
YUV107.48145.79173.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 69 (27.34% from 255) = 18.21%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=45.12%
G=18.21%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716913900.600.190.33318.8242.547.06
HexAB458B03C132113f2a2f
Octal25310521307423414775257
Binary10101011100010110001011011110010011100001100111111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB458B; }

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

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

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

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

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

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

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

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