#A7358F

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

Shades of Medium Red Violet #A7358F

Tints of Medium Red Violet #A7358F

Color information

#A7358F (or 0xA7358F) is unknown color: approx Medium Red Violet. HEX triplet: A7, 35 and 8F. RGB value is (167,53,143). Sum of RGB (Red+Green+Blue) = 167+53+143=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A7358F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7358F is #58CA70. Grayscale: #616161. Windows color (decimal): -5818993 or 9385383. OLE color: 9385383.

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

Color convert

RGB16753143-
CMYK00.680.140.35
HSL312.63º51.82%43.14%-
HSV(B)312.63º68.26%65.49%-
XYZ22.1712.7427.28-
YUV97.35153.77177.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.01%
GREEN value IS 53 (21.09% from 255) = 14.60%
BLUE value IS 143 (56.25% from 255) = 39.39%
R=46.01%
G=14.60%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675314300.680.140.35312.6351.8243.14
HexA7358F044E23139342b
Octal24765217010416434716453
Binary1010011111010110001111010001001110100011100111001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7358F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7358F; }

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

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

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

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

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

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

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

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