#A4359A

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

Shades of Medium Red Violet #A4359A

Tints of Medium Red Violet #A4359A

Color information

#A4359A (or 0xA4359A) is unknown color: approx Medium Red Violet. HEX triplet: A4, 35 and 9A. RGB value is (164,53,154). Sum of RGB (Red+Green+Blue) = 164+53+154=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4359A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4359A is #5BCA65. Grayscale: #616161. Windows color (decimal): -6015590 or 10106276. OLE color: 10106276.

HSL color Cylindrical-coordinate representation of color #A4359A: hue angle of 305.41º 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 #A4359A is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16453154-
CMYK00.680.060.36
HSL305.41º51.15%42.55%-
HSV(B)305.41º67.68%64.31%-
XYZ22.4212.7731.86-
YUV97.7159.77175.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 53 (21.09% from 255) = 14.29%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=44.20%
G=14.29%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645315400.680.060.36305.4151.1542.55
HexA4359A044624131332b
Octal2446523201046444616353
Binary101001001101011001101001000100110100100100110001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4359A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4359A; }

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

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

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

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

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

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

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

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