#AB2483

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

Shades of Medium Red Violet #AB2483

Tints of Medium Red Violet #AB2483

Color information

#AB2483 (or 0xAB2483) is unknown color: approx Medium Red Violet. HEX triplet: AB, 24 and 83. RGB value is (171,36,131). Sum of RGB (Red+Green+Blue) = 171+36+131=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2483 is #54DB7C. Grayscale: #565656. Windows color (decimal): -5561213 or 8594603. OLE color: 8594603.

HSL color Cylindrical-coordinate representation of color #AB2483: hue angle of 317.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2483 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB17136131-
CMYK00.790.230.33
HSL317.78º65.22%40.59%-
HSV(B)317.78º78.95%67.06%-
XYZ21.5211.5622.57-
YUV87.2152.73187.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.59%
GREEN value IS 36 (14.45% from 255) = 10.65%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=50.59%
G=10.65%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713613100.790.230.33317.7865.2240.59
HexAB248304F172113e4129
Octal253442030117274147610151
Binary101010111001001000001101001111101111000011001111101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2483; }

 p { color: rgb(171,36,131); }

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

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

 a { background-color: rgb(171,36,131); }

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

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

 span { border-color: rgb(171,36,131); }

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