#A8337F

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

Shades of Medium Red Violet #A8337F

Tints of Medium Red Violet #A8337F

Color information

#A8337F (or 0xA8337F) is unknown color: approx Medium Red Violet. HEX triplet: A8, 33 and 7F. RGB value is (168,51,127). Sum of RGB (Red+Green+Blue) = 168+51+127=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8337F is #57CC80. Grayscale: #5E5E5E. Windows color (decimal): -5753985 or 8336296. OLE color: 8336296.

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

Color convert

RGB16851127-
CMYK00.700.240.34
HSL321.03º53.42%42.94%-
HSV(B)321.03º69.64%65.88%-
XYZ21.1612.2221.32-
YUV94.65146.26180.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.55%
GREEN value IS 51 (20.31% from 255) = 14.74%
BLUE value IS 127 (50% from 255) = 36.71%
R=48.55%
G=14.74%
B=36.71%

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
Decimal1685112700.700.240.34321.0353.4242.94
HexA8337F0461822141352b
Octal25063177010630425016553
Binary1010100011001111111110100011011000100010101000001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8337F; }

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

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

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

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

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

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

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

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