#A6438E

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

Shades of Medium Red Violet #A6438E

Tints of Medium Red Violet #A6438E

Color information

#A6438E (or 0xA6438E) is unknown color: approx Medium Red Violet. HEX triplet: A6, 43 and 8E. RGB value is (166,67,142). Sum of RGB (Red+Green+Blue) = 166+67+142=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6438E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6438E is #59BC71. Grayscale: #686868. Windows color (decimal): -5880946 or 9323430. OLE color: 9323430.

HSL color Cylindrical-coordinate representation of color #A6438E: hue angle of 314.55º degrees, saturation: 0.42, 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 #A6438E is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB16667142-
CMYK00.600.140.35
HSL314.55º42.49%45.69%-
HSV(B)314.55º59.64%65.1%-
XYZ22.6214.0727.12-
YUV105.15148.8171.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 67 (26.56% from 255) = 17.87%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=44.27%
G=17.87%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666714200.600.140.35314.5542.4945.69
HexA6438E03CE2313b2a2e
Octal24610321607416434735256
Binary1010011010000111000111001111001110100011100111011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6438E; }

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

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

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

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

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

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

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

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