#AB348D

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

Shades of Medium Red Violet #AB348D

Tints of Medium Red Violet #AB348D

Color information

#AB348D (or 0xAB348D) is unknown color: approx Medium Red Violet. HEX triplet: AB, 34 and 8D. RGB value is (171,52,141). Sum of RGB (Red+Green+Blue) = 171+52+141=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB348D is #54CB72. Grayscale: #616161. Windows color (decimal): -5557107 or 9254059. OLE color: 9254059.

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

Color convert

RGB17152141-
CMYK00.700.180.33
HSL315.13º53.36%43.73%-
HSV(B)315.13º69.59%67.06%-
XYZ22.8313.0426.51-
YUV97.73152.42180.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.98%
GREEN value IS 52 (20.70% from 255) = 14.29%
BLUE value IS 141 (55.47% from 255) = 38.74%
R=46.98%
G=14.29%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715214100.700.180.33315.1353.3643.73
HexAB348D046122113b352c
Octal25364215010622414736554
Binary10101011110100100011010100011010010100001100111011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB348D; }

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

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

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

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

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

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

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

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