#AB3E97

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

Shades of Medium Red Violet #AB3E97

Tints of Medium Red Violet #AB3E97

Color information

#AB3E97 (or 0xAB3E97) is unknown color: approx Medium Red Violet. HEX triplet: AB, 3E and 97. RGB value is (171,62,151). Sum of RGB (Red+Green+Blue) = 171+62+151=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 62 (24.61% from 255 or 16.15% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3E97 is #54C168. Grayscale: #686868. Windows color (decimal): -5554537 or 9911979. OLE color: 9911979.

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

Color convert

RGB17162151-
CMYK00.640.120.33
HSL311.01º46.78%45.69%-
HSV(B)311.01º63.74%67.06%-
XYZ24.114.3430.78-
YUV104.74154.11175.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 62 (24.61% from 255) = 16.15%
BLUE value IS 151 (59.38% from 255) = 39.32%
R=44.53%
G=16.15%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716215100.640.120.33311.0146.7845.69
HexAB3E97040C211372f2e
Octal25376227010014414675756
Binary1010101111111010010111010000001100100001100110111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3E97; }

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

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

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

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

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

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

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

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