#AB347F

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

Shades of Medium Red Violet #AB347F

Tints of Medium Red Violet #AB347F

Color information

#AB347F (or 0xAB347F) is unknown color: approx Medium Red Violet. HEX triplet: AB, 34 and 7F. RGB value is (171,52,127). Sum of RGB (Red+Green+Blue) = 171+52+127=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB347F is #54CB80. Grayscale: #5F5F5F. Windows color (decimal): -5557121 or 8336555. OLE color: 8336555.

HSL color Cylindrical-coordinate representation of color #AB347F: hue angle of 322.18º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB347F is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB17152127-
CMYK00.700.260.33
HSL322.18º53.36%43.73%-
HSV(B)322.18º69.59%67.06%-
XYZ21.8512.6521.37-
YUV96.13145.42181.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.86%
GREEN value IS 52 (20.70% from 255) = 14.86%
BLUE value IS 127 (50% from 255) = 36.29%
R=48.86%
G=14.86%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715212700.700.260.33322.1853.3643.73
HexAB347F0461A21142352c
Octal25364177010632415026554
Binary1010101111010011111110100011011010100001101000010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB347F; }

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

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

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

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

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

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

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

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