#ab32a1

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

Shades of Medium Red Violet #AB32A1

Tints of Medium Red Violet #AB32A1

Color information

#AB32A1 (or 0xAB32A1) is unknown color: approx Medium Red Violet. HEX triplet: AB, 32 and A1. RGB value is (171,50,161). Sum of RGB (Red+Green+Blue) = 171+50+161=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB32A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB32A1 is #54CD5E. Grayscale: #626262. Windows color (decimal): -5557599 or 10564267. OLE color: 10564267.

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

Color convert

RGB17150161-
CMYK00.710.060.33
HSL304.96º54.75%43.33%-
HSV(B)304.96º70.76%67.06%-
XYZ24.3713.5135.04-
YUV98.83163.09179.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.76%
GREEN value IS 50 (19.92% from 255) = 13.09%
BLUE value IS 161 (63.28% from 255) = 42.15%
R=44.76%
G=13.09%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715016100.710.060.33304.9654.7543.33
HexAB32A1047621131372b
Octal2536224101076414616753
Binary101010111100101010000101000111110100001100110001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab32a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab32a1; }

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

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

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

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

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

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

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

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