#AB278D

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

Shades of Medium Red Violet #AB278D

Tints of Medium Red Violet #AB278D

Color information

#AB278D (or 0xAB278D) is unknown color: approx Medium Red Violet. HEX triplet: AB, 27 and 8D. RGB value is (171,39,141). Sum of RGB (Red+Green+Blue) = 171+39+141=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB278D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB278D is #54D872. Grayscale: #595959. Windows color (decimal): -5560435 or 9250731. OLE color: 9250731.

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

Color convert

RGB17139141-
CMYK00.770.180.33
HSL313.64º62.86%41.18%-
HSV(B)313.64º77.19%67.06%-
XYZ22.3312.0326.34-
YUV90.1156.73185.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 39 (15.62% from 255) = 11.11%
BLUE value IS 141 (55.47% from 255) = 40.17%
R=48.72%
G=11.11%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713914100.770.180.33313.6462.8641.18
HexAB278D04D122113a3f29
Octal25347215011522414727751
Binary10101011100111100011010100110110010100001100111010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB278D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB278D; }

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

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

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

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

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

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

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

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