#A8327F

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

Shades of Medium Red Violet #A8327F

Tints of Medium Red Violet #A8327F

Color information

#A8327F (or 0xA8327F) is unknown color: approx Medium Red Violet. HEX triplet: A8, 32 and 7F. RGB value is (168,50,127). Sum of RGB (Red+Green+Blue) = 168+50+127=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8327F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8327F is #57CD80. Grayscale: #5D5D5D. Windows color (decimal): -5754241 or 8336040. OLE color: 8336040.

HSL color Cylindrical-coordinate representation of color #A8327F: hue angle of 320.85º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8327F is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB16850127-
CMYK00.700.240.34
HSL320.85º54.13%42.75%-
HSV(B)320.85º70.24%65.88%-
XYZ21.1212.1421.31-
YUV94.06146.59180.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.70%
GREEN value IS 50 (19.92% from 255) = 14.49%
BLUE value IS 127 (50% from 255) = 36.81%
R=48.70%
G=14.49%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685012700.700.240.34320.8554.1342.75
HexA8327F0461822141362b
Octal25062177010630425016653
Binary1010100011001011111110100011011000100010101000001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8327F; }

 p { color: rgb(168,50,127); }

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

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

 a { background-color: rgb(168,50,127); }

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

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

 span { border-color: rgb(168,50,127); }

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