#AB2081

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

Shades of Medium Red Violet #AB2081

Tints of Medium Red Violet #AB2081

Color information

#AB2081 (or 0xAB2081) is unknown color: approx Medium Red Violet. HEX triplet: AB, 20 and 81. RGB value is (171,32,129). Sum of RGB (Red+Green+Blue) = 171+32+129=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2081 is #54DF7E. Grayscale: #545454. Windows color (decimal): -5562239 or 8462507. OLE color: 8462507.

HSL color Cylindrical-coordinate representation of color #AB2081: hue angle of 318.13º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2081 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB17132129-
CMYK00.810.250.33
HSL318.13º68.47%39.8%-
HSV(B)318.13º81.29%67.06%-
XYZ21.2711.2821.82-
YUV84.62153.05189.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.51%
GREEN value IS 32 (12.89% from 255) = 9.64%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=51.51%
G=9.64%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713212900.810.250.33318.1368.4739.8
HexAB2081051192113e4428
Octal253402010121314147610450
Binary101010111000001000000101010001110011000011001111101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2081; }

 p { color: rgb(171,32,129); }

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

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

 a { background-color: rgb(171,32,129); }

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

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

 span { border-color: rgb(171,32,129); }

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