#AB2A82

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

Shades of Medium Red Violet #AB2A82

Tints of Medium Red Violet #AB2A82

Color information

#AB2A82 (or 0xAB2A82) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2A and 82. RGB value is (171,42,130). Sum of RGB (Red+Green+Blue) = 171+42+130=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2A82 is #54D57D. Grayscale: #5A5A5A. Windows color (decimal): -5559678 or 8530603. OLE color: 8530603.

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

Color convert

RGB17142130-
CMYK00.750.240.33
HSL319.07º60.56%41.76%-
HSV(B)319.07º75.44%67.06%-
XYZ21.6511.9322.28-
YUV90.6150.24185.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.85%
GREEN value IS 42 (16.80% from 255) = 12.24%
BLUE value IS 130 (51.17% from 255) = 37.90%
R=49.85%
G=12.24%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714213000.750.240.33319.0760.5641.76
HexAB2A8204B182113f3d2a
Octal25352202011330414777552
Binary10101011101010100000100100101111000100001100111111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A82; }

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

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

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

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

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

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

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

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