#AB3197

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

Shades of Medium Red Violet #AB3197

Tints of Medium Red Violet #AB3197

Color information

#AB3197 (or 0xAB3197) is unknown color: approx Medium Red Violet. HEX triplet: AB, 31 and 97. RGB value is (171,49,151). Sum of RGB (Red+Green+Blue) = 171+49+151=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3197 is #54CE68. Grayscale: #606060. Windows color (decimal): -5557865 or 9908651. OLE color: 9908651.

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

Color convert

RGB17149151-
CMYK00.710.120.33
HSL309.84º55.45%43.14%-
HSV(B)309.84º71.35%67.06%-
XYZ23.4813.0930.57-
YUV97.11158.42180.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.09%
GREEN value IS 49 (19.53% from 255) = 13.21%
BLUE value IS 151 (59.38% from 255) = 40.70%
R=46.09%
G=13.21%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714915100.710.120.33309.8455.4543.14
HexAB3197047C21136372b
Octal25361227010714414666753
Binary1010101111000110010111010001111100100001100110110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3197; }

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

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

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

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

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

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

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

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