#A5358F

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

Shades of Medium Red Violet #A5358F

Tints of Medium Red Violet #A5358F

Color information

#A5358F (or 0xA5358F) is unknown color: approx Medium Red Violet. HEX triplet: A5, 35 and 8F. RGB value is (165,53,143). Sum of RGB (Red+Green+Blue) = 165+53+143=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5358F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5358F is #5ACA70. Grayscale: #606060. Windows color (decimal): -5950065 or 9385381. OLE color: 9385381.

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

Color convert

RGB16553143-
CMYK00.680.130.35
HSL311.79º51.38%42.75%-
HSV(B)311.79º67.88%64.71%-
XYZ21.7512.5327.26-
YUV96.75154.11176.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 53 (21.09% from 255) = 14.68%
BLUE value IS 143 (56.25% from 255) = 39.61%
R=45.71%
G=14.68%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655314300.680.130.35311.7951.3842.75
HexA5358F044D23138332b
Octal24565217010415434706353
Binary1010010111010110001111010001001101100011100111000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5358F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5358F; }

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

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

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

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

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

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

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

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