#AB3490

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

Shades of Medium Red Violet #AB3490

Tints of Medium Red Violet #AB3490

Color information

#AB3490 (or 0xAB3490) is unknown color: approx Medium Red Violet. HEX triplet: AB, 34 and 90. RGB value is (171,52,144). Sum of RGB (Red+Green+Blue) = 171+52+144=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3490 is #54CB6F. Grayscale: #616161. Windows color (decimal): -5557104 or 9450667. OLE color: 9450667.

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

Color convert

RGB17152144-
CMYK00.700.160.33
HSL313.61º53.36%43.73%-
HSV(B)313.61º69.59%67.06%-
XYZ23.0613.1327.7-
YUV98.07153.92180.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.59%
GREEN value IS 52 (20.70% from 255) = 14.17%
BLUE value IS 144 (56.64% from 255) = 39.24%
R=46.59%
G=14.17%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715214400.700.160.33313.6153.3643.73
HexAB3490046102113a352c
Octal25364220010620414726554
Binary10101011110100100100000100011010000100001100111010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3490; }

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

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

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

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

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

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

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

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