#AB3496

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

Shades of Medium Red Violet #AB3496

Tints of Medium Red Violet #AB3496

Color information

#AB3496 (or 0xAB3496) is unknown color: approx Medium Red Violet. HEX triplet: AB, 34 and 96. RGB value is (171,52,150). Sum of RGB (Red+Green+Blue) = 171+52+150=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3496 is #54CB69. Grayscale: #626262. Windows color (decimal): -5557098 or 9843883. OLE color: 9843883.

HSL color Cylindrical-coordinate representation of color #AB3496: hue angle of 310.59º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3496 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB17152150-
CMYK00.700.120.33
HSL310.59º53.36%43.73%-
HSV(B)310.59º69.59%67.06%-
XYZ23.5313.3230.18-
YUV98.75156.92179.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 52 (20.70% from 255) = 13.94%
BLUE value IS 150 (58.98% from 255) = 40.21%
R=45.84%
G=13.94%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715215000.700.120.33310.5953.3643.73
HexAB3496046C21137352c
Octal25364226010614414676554
Binary1010101111010010010110010001101100100001100110111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3496; }

 p { color: rgb(171,52,150); }

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

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

 a { background-color: rgb(171,52,150); }

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

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

 span { border-color: rgb(171,52,150); }

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