#AB4690

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

Shades of Medium Red Violet #AB4690

Tints of Medium Red Violet #AB4690

Color information

#AB4690 (or 0xAB4690) is unknown color: approx Medium Red Violet. HEX triplet: AB, 46 and 90. RGB value is (171,70,144). Sum of RGB (Red+Green+Blue) = 171+70+144=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4690 is #54B96F. Grayscale: #6C6C6C. Windows color (decimal): -5552496 or 9455275. OLE color: 9455275.

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

Color convert

RGB17170144-
CMYK00.590.160.33
HSL316.04º41.91%47.25%-
HSV(B)316.04º59.06%67.06%-
XYZ24.0215.0528.02-
YUV108.64147.96172.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.42%
GREEN value IS 70 (27.73% from 255) = 18.18%
BLUE value IS 144 (56.64% from 255) = 37.40%
R=44.42%
G=18.18%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717014400.590.160.33316.0441.9147.25
HexAB469003B102113c2a2f
Octal25310622007320414745257
Binary10101011100011010010000011101110000100001100111100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4690; }

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

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

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

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

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

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

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

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