#A93475

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

Shades of Medium Red Violet #A93475

Tints of Medium Red Violet #A93475

Color information

#A93475 (or 0xA93475) is unknown color: approx Medium Red Violet. HEX triplet: A9, 34 and 75. RGB value is (169,52,117). Sum of RGB (Red+Green+Blue) = 169+52+117=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A93475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93475 is #56CB8A. Grayscale: #5E5E5E. Windows color (decimal): -5688203 or 7681193. OLE color: 7681193.

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

Color convert

RGB16952117-
CMYK00.690.310.34
HSL326.67º52.94%43.33%-
HSV(B)326.67º69.23%66.27%-
XYZ20.812.1818.08-
YUV94.39140.76181.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50%
GREEN value IS 52 (20.70% from 255) = 15.38%
BLUE value IS 117 (46.09% from 255) = 34.62%
R=50%
G=15.38%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695211700.690.310.34326.6752.9443.33
HexA934750451F22147352b
Octal25164165010537425076553
Binary1010100111010011101010100010111111100010101000111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93475; }

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

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

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

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

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

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

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

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