#AB2082

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

Shades of Medium Red Violet #AB2082

Tints of Medium Red Violet #AB2082

Color information

#AB2082 (or 0xAB2082) is unknown color: approx Medium Red Violet. HEX triplet: AB, 20 and 82. RGB value is (171,32,130). Sum of RGB (Red+Green+Blue) = 171+32+130=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2082 is #54DF7D. Grayscale: #545454. Windows color (decimal): -5562238 or 8528043. OLE color: 8528043.

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

Color convert

RGB17132130-
CMYK00.810.240.33
HSL317.7º68.47%39.8%-
HSV(B)317.7º81.29%67.06%-
XYZ21.3411.322.18-
YUV84.73153.55189.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.35%
GREEN value IS 32 (12.89% from 255) = 9.61%
BLUE value IS 130 (51.17% from 255) = 39.04%
R=51.35%
G=9.61%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713213000.810.240.33317.768.4739.8
HexAB2082051182113e4428
Octal253402020121304147610450
Binary101010111000001000001001010001110001000011001111101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2082; }

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

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

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

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

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

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

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

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