#A6447F

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

Shades of Medium Red Violet #A6447F

Tints of Medium Red Violet #A6447F

Color information

#A6447F (or 0xA6447F) is unknown color: approx Medium Red Violet. HEX triplet: A6, 44 and 7F. RGB value is (166,68,127). Sum of RGB (Red+Green+Blue) = 166+68+127=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A6447F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6447F is #59BB80. Grayscale: #676767. Windows color (decimal): -5880705 or 8340646. OLE color: 8340646.

HSL color Cylindrical-coordinate representation of color #A6447F: hue angle of 323.88º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6447F is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB16668127-
CMYK00.590.230.35
HSL323.88º41.88%45.88%-
HSV(B)323.88º59.04%65.1%-
XYZ21.6213.7721.6-
YUV104.03140.97172.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.98%
GREEN value IS 68 (26.95% from 255) = 18.84%
BLUE value IS 127 (50% from 255) = 35.18%
R=45.98%
G=18.84%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666812700.590.230.35323.8841.8845.88
HexA6447F03B17231442a2e
Octal24610417707327435045256
Binary1010011010001001111111011101110111100011101000100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6447F; }

 p { color: rgb(166,68,127); }

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

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

 a { background-color: rgb(166,68,127); }

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

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

 span { border-color: rgb(166,68,127); }

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