#AB328E

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

Shades of Medium Red Violet #AB328E

Tints of Medium Red Violet #AB328E

Color information

#AB328E (or 0xAB328E) is unknown color: approx Medium Red Violet. HEX triplet: AB, 32 and 8E. RGB value is (171,50,142). Sum of RGB (Red+Green+Blue) = 171+50+142=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB328E is #54CD71. Grayscale: #606060. Windows color (decimal): -5557618 or 9319083. OLE color: 9319083.

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

Color convert

RGB17150142-
CMYK00.710.170.33
HSL314.38º54.75%43.33%-
HSV(B)314.38º70.76%67.06%-
XYZ22.8212.8926.88-
YUV96.67153.59181.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.11%
GREEN value IS 50 (19.92% from 255) = 13.77%
BLUE value IS 142 (55.86% from 255) = 39.12%
R=47.11%
G=13.77%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715014200.710.170.33314.3854.7543.33
HexAB328E047112113a372b
Octal25362216010721414726753
Binary10101011110010100011100100011110001100001100111010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB328E; }

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

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

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

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

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

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

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

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