#AB2A83

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

Shades of Medium Red Violet #AB2A83

Tints of Medium Red Violet #AB2A83

Color information

#AB2A83 (or 0xAB2A83) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2A and 83. RGB value is (171,42,131). Sum of RGB (Red+Green+Blue) = 171+42+131=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2A83 is #54D57C. Grayscale: #5A5A5A. Windows color (decimal): -5559677 or 8596139. OLE color: 8596139.

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

Color convert

RGB17142131-
CMYK00.750.230.33
HSL318.6º60.56%41.76%-
HSV(B)318.6º75.44%67.06%-
XYZ21.7211.9522.64-
YUV90.72150.74185.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.71%
GREEN value IS 42 (16.80% from 255) = 12.21%
BLUE value IS 131 (51.56% from 255) = 38.08%
R=49.71%
G=12.21%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714213100.750.230.33318.660.5641.76
HexAB2A8304B172113f3d2a
Octal25352203011327414777552
Binary10101011101010100000110100101110111100001100111111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A83; }

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

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

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

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

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

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

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

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