#AB319F

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

Shades of Medium Red Violet #AB319F

Tints of Medium Red Violet #AB319F

Color information

#AB319F (or 0xAB319F) is unknown color: approx Medium Red Violet. HEX triplet: AB, 31 and 9F. RGB value is (171,49,159). Sum of RGB (Red+Green+Blue) = 171+49+159=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB319F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB319F is #54CE60. Grayscale: #616161. Windows color (decimal): -5557857 or 10432939. OLE color: 10432939.

HSL color Cylindrical-coordinate representation of color #AB319F: hue angle of 305.9º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB319F is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB17149159-
CMYK00.710.070.33
HSL305.9º55.45%43.14%-
HSV(B)305.9º71.35%67.06%-
XYZ24.1513.3634.11-
YUV98.02162.42180.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 49 (19.53% from 255) = 12.93%
BLUE value IS 159 (62.5% from 255) = 41.95%
R=45.12%
G=12.93%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714915900.710.070.33305.955.4543.14
HexAB319F047721132372b
Octal2536123701077414626753
Binary101010111100011001111101000111111100001100110010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB319F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB319F; }

 p { color: rgb(171,49,159); }

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

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

 a { background-color: rgb(171,49,159); }

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

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

 span { border-color: rgb(171,49,159); }

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