#AB4295

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

Shades of Medium Red Violet #AB4295

Tints of Medium Red Violet #AB4295

Color information

#AB4295 (or 0xAB4295) is unknown color: approx Medium Red Violet. HEX triplet: AB, 42 and 95. RGB value is (171,66,149). Sum of RGB (Red+Green+Blue) = 171+66+149=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4295 is #54BD6A. Grayscale: #6A6A6A. Windows color (decimal): -5553515 or 9781931. OLE color: 9781931.

HSL color Cylindrical-coordinate representation of color #AB4295: hue angle of 312.57º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4295 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB17166149-
CMYK00.610.130.33
HSL312.57º44.3%46.47%-
HSV(B)312.57º61.4%67.06%-
XYZ24.1714.7230-
YUV106.86151.79173.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.30%
GREEN value IS 66 (26.17% from 255) = 17.10%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=44.30%
G=17.10%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716614900.610.130.33312.5744.346.47
HexAB429503DD211392c2e
Octal25310222507515414715456
Binary1010101110000101001010101111011101100001100111001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4295; }

 p { color: rgb(171,66,149); }

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

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

 a { background-color: rgb(171,66,149); }

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

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

 span { border-color: rgb(171,66,149); }

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