#A6448D

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

Shades of Medium Red Violet #A6448D

Tints of Medium Red Violet #A6448D

Color information

#A6448D (or 0xA6448D) is unknown color: approx Medium Red Violet. HEX triplet: A6, 44 and 8D. RGB value is (166,68,141). Sum of RGB (Red+Green+Blue) = 166+68+141=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6448D is #59BB72. Grayscale: #696969. Windows color (decimal): -5880691 or 9258150. OLE color: 9258150.

HSL color Cylindrical-coordinate representation of color #A6448D: hue angle of 315.31º 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 #A6448D is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB16668141-
CMYK00.590.150.35
HSL315.31º41.88%45.88%-
HSV(B)315.31º59.04%65.1%-
XYZ22.614.1626.74-
YUV105.62147.97171.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 68 (26.95% from 255) = 18.13%
BLUE value IS 141 (55.47% from 255) = 37.6%
R=44.27%
G=18.13%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666814100.590.150.35315.3141.8845.88
HexA6448D03BF2313b2a2e
Octal24610421507317434735256
Binary1010011010001001000110101110111111100011100111011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6448D; }

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

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

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

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

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

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

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

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