#ab328f

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

Shades of Medium Red Violet #AB328F

Tints of Medium Red Violet #AB328F

Color information

#AB328F (or 0xAB328F) is unknown color: approx Medium Red Violet. HEX triplet: AB, 32 and 8F. RGB value is (171,50,143). Sum of RGB (Red+Green+Blue) = 171+50+143=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB328F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB328F is #54CD70. Grayscale: #606060. Windows color (decimal): -5557617 or 9384619. OLE color: 9384619.

HSL color Cylindrical-coordinate representation of color #AB328F: hue angle of 313.88º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB328F is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB17150143-
CMYK00.710.160.33
HSL313.88º54.75%43.33%-
HSV(B)313.88º70.76%67.06%-
XYZ22.8912.9227.27-
YUV96.78154.09180.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.98%
GREEN value IS 50 (19.92% from 255) = 13.74%
BLUE value IS 143 (56.25% from 255) = 39.29%
R=46.98%
G=13.74%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715014300.710.160.33313.8854.7543.33
HexAB328F047102113a372b
Octal25362217010720414726753
Binary10101011110010100011110100011110000100001100111010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab328f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab328f; }

 p { color: rgb(171,50,143); }

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

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

 a { background-color: rgb(171,50,143); }

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

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

 span { border-color: rgb(171,50,143); }

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