#A9358B

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

Shades of Medium Red Violet #A9358B

Tints of Medium Red Violet #A9358B

Color information

#A9358B (or 0xA9358B) is unknown color: approx Medium Red Violet. HEX triplet: A9, 35 and 8B. RGB value is (169,53,139). Sum of RGB (Red+Green+Blue) = 169+53+139=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A9358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9358B is #56CA74. Grayscale: #616161. Windows color (decimal): -5687925 or 9123241. OLE color: 9123241.

HSL color Cylindrical-coordinate representation of color #A9358B: hue angle of 315.52º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A9358B is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB16953139-
CMYK00.690.180.34
HSL315.52º52.25%43.53%-
HSV(B)315.52º68.64%66.27%-
XYZ22.312.8525.73-
YUV97.49151.43179.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.81%
GREEN value IS 53 (21.09% from 255) = 14.68%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=46.81%
G=14.68%
B=38.50%

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
Decimal1695313900.690.180.34315.5252.2543.53
HexA9358B045122213c342c
Octal25165213010522424746454
Binary10101001110101100010110100010110010100010100111100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9358B; }

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

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

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

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

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

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

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

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