#A7198D

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

Shades of Medium Violet Red #A7198D

Tints of Medium Violet Red #A7198D

Color information

#A7198D (or 0xA7198D) is unknown color: approx Medium Violet Red. HEX triplet: A7, 19 and 8D. RGB value is (167,25,141). Sum of RGB (Red+Green+Blue) = 167+25+141=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A7198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7198D is #58E672. Grayscale: #505050. Windows color (decimal): -5826163 or 9247143. OLE color: 9247143.

HSL color Cylindrical-coordinate representation of color #A7198D: hue angle of 310.99º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A7198D is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16725141-
CMYK00.850.160.35
HSL310.99º73.96%37.65%-
HSV(B)310.99º85.03%65.49%-
XYZ21.0910.8326.18-
YUV80.68162.04189.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.15%
GREEN value IS 25 (10.16% from 255) = 7.51%
BLUE value IS 141 (55.47% from 255) = 42.34%
R=50.15%
G=7.51%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672514100.850.160.35310.9973.9637.65
HexA7198D05510231374a26
Octal247312150125204346711246
Binary10100111110011000110101010101100001000111001101111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7198D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7198D; }

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

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

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

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

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

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

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

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