#a8438e

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

Shades of Medium Red Violet #A8438E

Tints of Medium Red Violet #A8438E

Color information

#A8438E (or 0xA8438E) is unknown color: approx Medium Red Violet. HEX triplet: A8, 43 and 8E. RGB value is (168,67,142). Sum of RGB (Red+Green+Blue) = 168+67+142=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A8438E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8438E is #57BC71. Grayscale: #696969. Windows color (decimal): -5749874 or 9323432. OLE color: 9323432.

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

Color convert

RGB16867142-
CMYK00.600.150.34
HSL315.45º42.98%46.08%-
HSV(B)315.45º60.12%65.88%-
XYZ23.0414.2927.14-
YUV105.75148.46172.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.56%
GREEN value IS 67 (26.56% from 255) = 17.77%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=44.56%
G=17.77%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686714200.600.150.34315.4542.9846.08
HexA8438E03CF2213b2b2e
Octal25010321607417424735356
Binary1010100010000111000111001111001111100010100111011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8438e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8438e; }

 p { color: rgb(168,67,142); }

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

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

 a { background-color: rgb(168,67,142); }

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

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

 span { border-color: rgb(168,67,142); }

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