#AB319A

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

Shades of Medium Red Violet #AB319A

Tints of Medium Red Violet #AB319A

Color information

#AB319A (or 0xAB319A) is unknown color: approx Medium Red Violet. HEX triplet: AB, 31 and 9A. RGB value is (171,49,154). Sum of RGB (Red+Green+Blue) = 171+49+154=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB319A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB319A is #54CE65. Grayscale: #616161. Windows color (decimal): -5557862 or 10105259. OLE color: 10105259.

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

Color convert

RGB17149154-
CMYK00.710.100.33
HSL308.36º55.45%43.14%-
HSV(B)308.36º71.35%67.06%-
XYZ23.7313.1931.87-
YUV97.45159.92180.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.72%
GREEN value IS 49 (19.53% from 255) = 13.10%
BLUE value IS 154 (60.55% from 255) = 41.18%
R=45.72%
G=13.10%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714915400.710.100.33308.3655.4543.14
HexAB319A047A21134372b
Octal25361232010712414646753
Binary1010101111000110011010010001111010100001100110100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB319A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB319A; }

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

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

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

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

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

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

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

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