#A8337A

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

Shades of Medium Red Violet #A8337A

Tints of Medium Red Violet #A8337A

Color information

#A8337A (or 0xA8337A) is unknown color: approx Medium Red Violet. HEX triplet: A8, 33 and 7A. RGB value is (168,51,122). Sum of RGB (Red+Green+Blue) = 168+51+122=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A8337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8337A is #57CC85. Grayscale: #5D5D5D. Windows color (decimal): -5753990 or 8008616. OLE color: 8008616.

HSL color Cylindrical-coordinate representation of color #A8337A: hue angle of 323.59º degrees, saturation: 0.53, 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 #A8337A is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB16851122-
CMYK00.700.270.34
HSL323.59º53.42%42.94%-
HSV(B)323.59º69.64%65.88%-
XYZ20.8512.119.65-
YUV94.08143.76180.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.27%
GREEN value IS 51 (20.31% from 255) = 14.96%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=49.27%
G=14.96%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685112200.700.270.34323.5953.4242.94
HexA8337A0461B22144352b
Octal25063172010633425046553
Binary1010100011001111110100100011011011100010101000100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8337A; }

 p { color: rgb(168,51,122); }

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

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

 a { background-color: rgb(168,51,122); }

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

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

 span { border-color: rgb(168,51,122); }

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