#AB3995

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

Shades of Medium Red Violet #AB3995

Tints of Medium Red Violet #AB3995

Color information

#AB3995 (or 0xAB3995) is unknown color: approx Medium Red Violet. HEX triplet: AB, 39 and 95. RGB value is (171,57,149). Sum of RGB (Red+Green+Blue) = 171+57+149=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3995 is #54C66A. Grayscale: #656565. Windows color (decimal): -5555819 or 9779627. OLE color: 9779627.

HSL color Cylindrical-coordinate representation of color #AB3995: hue angle of 311.58º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3995 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB17157149-
CMYK00.670.130.33
HSL311.58º50%44.71%-
HSV(B)311.58º66.67%67.06%-
XYZ23.6813.7529.84-
YUV101.57154.77177.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 57 (22.66% from 255) = 15.12%
BLUE value IS 149 (58.59% from 255) = 39.52%
R=45.36%
G=15.12%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715714900.670.130.33311.585044.71
HexAB3995043D21138322d
Octal25371225010315414706255
Binary1010101111100110010101010000111101100001100111000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3995; }

 p { color: rgb(171,57,149); }

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

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

 a { background-color: rgb(171,57,149); }

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

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

 span { border-color: rgb(171,57,149); }

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