#A4359B

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

Shades of Medium Red Violet #A4359B

Tints of Medium Red Violet #A4359B

Color information

#A4359B (or 0xA4359B) is unknown color: approx Medium Red Violet. HEX triplet: A4, 35 and 9B. RGB value is (164,53,155). Sum of RGB (Red+Green+Blue) = 164+53+155=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4359B is #5BCA64. Grayscale: #616161. Windows color (decimal): -6015589 or 10171812. OLE color: 10171812.

HSL color Cylindrical-coordinate representation of color #A4359B: hue angle of 304.86º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4359B is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB16453155-
CMYK00.680.050.36
HSL304.86º51.15%42.55%-
HSV(B)304.86º67.68%64.31%-
XYZ22.512.8132.3-
YUV97.82160.27175.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 53 (21.09% from 255) = 14.25%
BLUE value IS 155 (60.94% from 255) = 41.67%
R=44.09%
G=14.25%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645315500.680.050.36304.8651.1542.55
HexA4359B044524131332b
Octal2446523301045444616353
Binary101001001101011001101101000100101100100100110001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4359B; }

 p { color: rgb(164,53,155); }

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

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

 a { background-color: rgb(164,53,155); }

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

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

 span { border-color: rgb(164,53,155); }

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