#AB327E

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

Shades of Medium Red Violet #AB327E

Tints of Medium Red Violet #AB327E

Color information

#AB327E (or 0xAB327E) is unknown color: approx Medium Red Violet. HEX triplet: AB, 32 and 7E. RGB value is (171,50,126). Sum of RGB (Red+Green+Blue) = 171+50+126=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB327E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB327E is #54CD81. Grayscale: #5E5E5E. Windows color (decimal): -5557634 or 8270507. OLE color: 8270507.

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

Color convert

RGB17150126-
CMYK00.710.260.33
HSL322.31º54.75%43.33%-
HSV(B)322.31º70.76%67.06%-
XYZ21.712.4521-
YUV94.84145.59182.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 50 (19.92% from 255) = 14.41%
BLUE value IS 126 (49.61% from 255) = 36.31%
R=49.28%
G=14.41%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715012600.710.260.33322.3154.7543.33
HexAB327E0471A21142372b
Octal25362176010732415026753
Binary1010101111001011111100100011111010100001101000010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB327E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB327E; }

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

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

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

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

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

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

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

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