#A9348B

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

Shades of Medium Red Violet #A9348B

Tints of Medium Red Violet #A9348B

Color information

#A9348B (or 0xA9348B) is unknown color: approx Medium Red Violet. HEX triplet: A9, 34 and 8B. RGB value is (169,52,139). Sum of RGB (Red+Green+Blue) = 169+52+139=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A9348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9348B is #56CB74. Grayscale: #606060. Windows color (decimal): -5688181 or 9122985. OLE color: 9122985.

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

Color convert

RGB16952139-
CMYK00.690.180.34
HSL315.38º52.94%43.33%-
HSV(B)315.38º69.23%66.27%-
XYZ22.2512.7625.72-
YUV96.9151.76179.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 52 (20.70% from 255) = 14.44%
BLUE value IS 139 (54.69% from 255) = 38.61%
R=46.94%
G=14.44%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695213900.690.180.34315.3852.9443.33
HexA9348B045122213b352b
Octal25164213010522424736553
Binary10101001110100100010110100010110010100010100111011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9348B; }

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

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

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

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

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

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

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

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