#A7438C

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

Shades of Medium Red Violet #A7438C

Tints of Medium Red Violet #A7438C

Color information

#A7438C (or 0xA7438C) is unknown color: approx Medium Red Violet. HEX triplet: A7, 43 and 8C. RGB value is (167,67,140). Sum of RGB (Red+Green+Blue) = 167+67+140=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A7438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7438C is #58BC73. Grayscale: #696969. Windows color (decimal): -5815412 or 9192359. OLE color: 9192359.

HSL color Cylindrical-coordinate representation of color #A7438C: hue angle of 316.2º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A7438C is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16767140-
CMYK00.600.160.35
HSL316.2º42.74%45.88%-
HSV(B)316.2º59.88%65.49%-
XYZ22.6814.1226.34-
YUV105.22147.63172.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.65%
GREEN value IS 67 (26.56% from 255) = 17.91%
BLUE value IS 140 (55.08% from 255) = 37.43%
R=44.65%
G=17.91%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676714000.600.160.35316.242.7445.88
HexA7438C03C102313c2b2e
Octal24710321407420434745356
Binary10100111100001110001100011110010000100011100111100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7438C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7438C; }

 p { color: rgb(167,67,140); }

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

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

 a { background-color: rgb(167,67,140); }

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

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

 span { border-color: rgb(167,67,140); }

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