#A5359A

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

Shades of Medium Red Violet #A5359A

Tints of Medium Red Violet #A5359A

Color information

#A5359A (or 0xA5359A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 35 and 9A. RGB value is (165,53,154). Sum of RGB (Red+Green+Blue) = 165+53+154=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A5359A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5359A is #5ACA65. Grayscale: #616161. Windows color (decimal): -5950054 or 10106277. OLE color: 10106277.

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

Color convert

RGB16553154-
CMYK00.680.070.35
HSL305.89º51.38%42.75%-
HSV(B)305.89º67.88%64.71%-
XYZ22.6212.8831.87-
YUV98159.61175.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 53 (21.09% from 255) = 14.25%
BLUE value IS 154 (60.55% from 255) = 41.40%
R=44.35%
G=14.25%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655315400.680.070.35305.8951.3842.75
HexA5359A044723132332b
Octal2456523201047434626353
Binary101001011101011001101001000100111100011100110010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5359A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5359A; }

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

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

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

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

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

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

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

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