#A8347B

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

Shades of Medium Red Violet #A8347B

Tints of Medium Red Violet #A8347B

Color information

#A8347B (or 0xA8347B) is unknown color: approx Medium Red Violet. HEX triplet: A8, 34 and 7B. RGB value is (168,52,123). Sum of RGB (Red+Green+Blue) = 168+52+123=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8347B is #57CB84. Grayscale: #5E5E5E. Windows color (decimal): -5753733 or 8074408. OLE color: 8074408.

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

Color convert

RGB16852123-
CMYK00.690.270.34
HSL323.28º52.73%43.14%-
HSV(B)323.28º69.05%65.88%-
XYZ20.9512.2119.99-
YUV94.78143.93180.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.98%
GREEN value IS 52 (20.70% from 255) = 15.16%
BLUE value IS 123 (48.44% from 255) = 35.86%
R=48.98%
G=15.16%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685212300.690.270.34323.2852.7343.14
HexA8347B0451B22143352b
Octal25064173010533425036553
Binary1010100011010011110110100010111011100010101000011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8347B; }

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

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

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

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

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

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

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

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