#AB277F

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

Shades of Medium Red Violet #AB277F

Tints of Medium Red Violet #AB277F

Color information

#AB277F (or 0xAB277F) is unknown color: approx Medium Red Violet. HEX triplet: AB, 27 and 7F. RGB value is (171,39,127). Sum of RGB (Red+Green+Blue) = 171+39+127=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB277F is #54D880. Grayscale: #585858. Windows color (decimal): -5560449 or 8333227. OLE color: 8333227.

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

Color convert

RGB17139127-
CMYK00.770.260.33
HSL320º62.86%41.18%-
HSV(B)320º77.19%67.06%-
XYZ21.3511.6421.2-
YUV88.5149.73186.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.74%
GREEN value IS 39 (15.62% from 255) = 11.57%
BLUE value IS 127 (50% from 255) = 37.69%
R=50.74%
G=11.57%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713912700.770.260.3332062.8641.18
HexAB277F04D1A211403f29
Octal25347177011532415007751
Binary1010101110011111111110100110111010100001101000000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB277F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB277F; }

 p { color: rgb(171,39,127); }

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

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

 a { background-color: rgb(171,39,127); }

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

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

 span { border-color: rgb(171,39,127); }

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