#A9348D

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

Shades of Medium Red Violet #A9348D

Tints of Medium Red Violet #A9348D

Color information

#A9348D (or 0xA9348D) is unknown color: approx Medium Red Violet. HEX triplet: A9, 34 and 8D. RGB value is (169,52,141). Sum of RGB (Red+Green+Blue) = 169+52+141=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A9348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9348D is #56CB72. Grayscale: #606060. Windows color (decimal): -5688179 or 9254057. OLE color: 9254057.

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

Color convert

RGB16952141-
CMYK00.690.170.34
HSL314.36º52.94%43.33%-
HSV(B)314.36º69.23%66.27%-
XYZ22.412.8126.49-
YUV97.13152.76179.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.69%
GREEN value IS 52 (20.70% from 255) = 14.36%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=46.69%
G=14.36%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695214100.690.170.34314.3652.9443.33
HexA9348D045112213a352b
Octal25164215010521424726553
Binary10101001110100100011010100010110001100010100111010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9348D; }

 p { color: rgb(169,52,141); }

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

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

 a { background-color: rgb(169,52,141); }

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

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

 span { border-color: rgb(169,52,141); }

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