#A7369D

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

Shades of Medium Red Violet #A7369D

Tints of Medium Red Violet #A7369D

Color information

#A7369D (or 0xA7369D) is unknown color: approx Medium Red Violet. HEX triplet: A7, 36 and 9D. RGB value is (167,54,157). Sum of RGB (Red+Green+Blue) = 167+54+157=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A7369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7369D is #58C962. Grayscale: #636363. Windows color (decimal): -5818723 or 10303143. OLE color: 10303143.

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

Color convert

RGB16754157-
CMYK00.680.060.35
HSL305.31º51.13%43.33%-
HSV(B)305.31º67.66%65.49%-
XYZ23.3413.2933.23-
YUV99.53160.44176.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.18%
GREEN value IS 54 (21.48% from 255) = 14.29%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=44.18%
G=14.29%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675415700.680.060.35305.3151.1343.33
HexA7369D044623131332b
Octal2476623501046434616353
Binary101001111101101001110101000100110100011100110001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7369D; }

 p { color: rgb(167,54,157); }

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

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

 a { background-color: rgb(167,54,157); }

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

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

 span { border-color: rgb(167,54,157); }

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