#AB328D

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

Shades of Medium Red Violet #AB328D

Tints of Medium Red Violet #AB328D

Color information

#AB328D (or 0xAB328D) is unknown color: approx Medium Red Violet. HEX triplet: AB, 32 and 8D. RGB value is (171,50,141). Sum of RGB (Red+Green+Blue) = 171+50+141=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB328D is #54CD72. Grayscale: #606060. Windows color (decimal): -5557619 or 9253547. OLE color: 9253547.

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

Color convert

RGB17150141-
CMYK00.710.180.33
HSL314.88º54.75%43.33%-
HSV(B)314.88º70.76%67.06%-
XYZ22.7412.8626.48-
YUV96.55153.09181.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.24%
GREEN value IS 50 (19.92% from 255) = 13.81%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=47.24%
G=13.81%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715014100.710.180.33314.8854.7543.33
HexAB328D047122113b372b
Octal25362215010722414736753
Binary10101011110010100011010100011110010100001100111011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB328D; }

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

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

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

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

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

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

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

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