#A7358E

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

Shades of Medium Red Violet #A7358E

Tints of Medium Red Violet #A7358E

Color information

#A7358E (or 0xA7358E) is unknown color: approx Medium Red Violet. HEX triplet: A7, 35 and 8E. RGB value is (167,53,142). Sum of RGB (Red+Green+Blue) = 167+53+142=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A7358E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7358E is #58CA71. Grayscale: #606060. Windows color (decimal): -5818994 or 9319847. OLE color: 9319847.

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

Color convert

RGB16753142-
CMYK00.680.150.35
HSL313.16º51.82%43.14%-
HSV(B)313.16º68.26%65.49%-
XYZ22.0912.7126.88-
YUV97.23153.27177.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.13%
GREEN value IS 53 (21.09% from 255) = 14.64%
BLUE value IS 142 (55.86% from 255) = 39.23%
R=46.13%
G=14.64%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675314200.680.150.35313.1651.8243.14
HexA7358E044F23139342b
Octal24765216010417434716453
Binary1010011111010110001110010001001111100011100111001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7358E; }

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

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

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

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

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

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

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

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