#AB3880

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

Shades of Medium Red Violet #AB3880

Tints of Medium Red Violet #AB3880

Color information

#AB3880 (or 0xAB3880) is unknown color: approx Medium Red Violet. HEX triplet: AB, 38 and 80. RGB value is (171,56,128). Sum of RGB (Red+Green+Blue) = 171+56+128=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3880 is #54C77F. Grayscale: #626262. Windows color (decimal): -5556096 or 8403115. OLE color: 8403115.

HSL color Cylindrical-coordinate representation of color #AB3880: hue angle of 322.43º degrees, saturation: 0.51, 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 #AB3880 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB17156128-
CMYK00.670.250.33
HSL322.43º50.66%44.51%-
HSV(B)322.43º67.25%67.06%-
XYZ22.1113.0421.77-
YUV98.59144.6179.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.17%
GREEN value IS 56 (22.27% from 255) = 15.77%
BLUE value IS 128 (50.39% from 255) = 36.06%
R=48.17%
G=15.77%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715612800.670.250.33322.4350.6644.51
HexAB38800431921142332d
Octal25370200010331415026355
Binary10101011111000100000000100001111001100001101000010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3880; }

 p { color: rgb(171,56,128); }

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

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

 a { background-color: rgb(171,56,128); }

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

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

 span { border-color: rgb(171,56,128); }

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