#A7358D

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

Shades of Medium Red Violet #A7358D

Tints of Medium Red Violet #A7358D

Color information

#A7358D (or 0xA7358D) is unknown color: approx Medium Red Violet. HEX triplet: A7, 35 and 8D. RGB value is (167,53,141). Sum of RGB (Red+Green+Blue) = 167+53+141=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A7358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7358D is #58CA72. Grayscale: #606060. Windows color (decimal): -5818995 or 9254311. OLE color: 9254311.

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

Color convert

RGB16753141-
CMYK00.680.160.35
HSL313.68º51.82%43.14%-
HSV(B)313.68º68.26%65.49%-
XYZ22.0212.6826.49-
YUV97.12152.77177.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.26%
GREEN value IS 53 (21.09% from 255) = 14.68%
BLUE value IS 141 (55.47% from 255) = 39.06%
R=46.26%
G=14.68%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675314100.680.160.35313.6851.8243.14
HexA7358D044102313a342b
Octal24765215010420434726453
Binary10100111110101100011010100010010000100011100111010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7358D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7358D; }

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

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

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

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

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

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

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

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