#AB347B

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

Shades of Medium Red Violet #AB347B

Tints of Medium Red Violet #AB347B

Color information

#AB347B (or 0xAB347B) is unknown color: approx Medium Red Violet. HEX triplet: AB, 34 and 7B. RGB value is (171,52,123). Sum of RGB (Red+Green+Blue) = 171+52+123=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB347B is #54CB84. Grayscale: #5F5F5F. Windows color (decimal): -5557125 or 8074411. OLE color: 8074411.

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

Color convert

RGB17152123-
CMYK00.700.280.33
HSL324.2º53.36%43.73%-
HSV(B)324.2º69.59%67.06%-
XYZ21.612.5420.02-
YUV95.68143.42181.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.42%
GREEN value IS 52 (20.70% from 255) = 15.03%
BLUE value IS 123 (48.44% from 255) = 35.55%
R=49.42%
G=15.03%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715212300.700.280.33324.253.3643.73
HexAB347B0461C21144352c
Octal25364173010634415046554
Binary1010101111010011110110100011011100100001101000100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB347B; }

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

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

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

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

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

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

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

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