#A9348A

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

Shades of Medium Red Violet #A9348A

Tints of Medium Red Violet #A9348A

Color information

#A9348A (or 0xA9348A) is unknown color: approx Medium Red Violet. HEX triplet: A9, 34 and 8A. RGB value is (169,52,138). Sum of RGB (Red+Green+Blue) = 169+52+138=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A9348A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9348A is #56CB75. Grayscale: #606060. Windows color (decimal): -5688182 or 9057449. OLE color: 9057449.

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

Color convert

RGB16952138-
CMYK00.690.180.34
HSL315.9º52.94%43.33%-
HSV(B)315.9º69.23%66.27%-
XYZ22.1812.7325.33-
YUV96.79151.26179.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.08%
GREEN value IS 52 (20.70% from 255) = 14.48%
BLUE value IS 138 (54.30% from 255) = 38.44%
R=47.08%
G=14.48%
B=38.44%

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
Decimal1695213800.690.180.34315.952.9443.33
HexA9348A045122213c352b
Octal25164212010522424746553
Binary10101001110100100010100100010110010100010100111100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9348A; }

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

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

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

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

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

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

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

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