#A8347D

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

Shades of Medium Red Violet #A8347D

Tints of Medium Red Violet #A8347D

Color information

#A8347D (or 0xA8347D) is unknown color: approx Medium Red Violet. HEX triplet: A8, 34 and 7D. RGB value is (168,52,125). Sum of RGB (Red+Green+Blue) = 168+52+125=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8347D is #57CB82. Grayscale: #5E5E5E. Windows color (decimal): -5753731 or 8205480. OLE color: 8205480.

HSL color Cylindrical-coordinate representation of color #A8347D: hue angle of 322.24º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8347D is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB16852125-
CMYK00.690.260.34
HSL322.24º52.73%43.14%-
HSV(B)322.24º69.05%65.88%-
XYZ21.0812.2620.66-
YUV95.01144.93180.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.70%
GREEN value IS 52 (20.70% from 255) = 15.07%
BLUE value IS 125 (49.22% from 255) = 36.23%
R=48.70%
G=15.07%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685212500.690.260.34322.2452.7343.14
HexA8347D0451A22142352b
Octal25064175010532425026553
Binary1010100011010011111010100010111010100010101000010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8347D; }

 p { color: rgb(168,52,125); }

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

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

 a { background-color: rgb(168,52,125); }

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

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

 span { border-color: rgb(168,52,125); }

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