#A6488A

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

Shades of Medium Red Violet #A6488A

Tints of Medium Red Violet #A6488A

Color information

#A6488A (or 0xA6488A) is unknown color: approx Medium Red Violet. HEX triplet: A6, 48 and 8A. RGB value is (166,72,138). Sum of RGB (Red+Green+Blue) = 166+72+138=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A6488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6488A is #59B775. Grayscale: #6B6B6B. Windows color (decimal): -5879670 or 9062566. OLE color: 9062566.

HSL color Cylindrical-coordinate representation of color #A6488A: hue angle of 317.87º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6488A is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB16672138-
CMYK00.570.170.35
HSL317.87º39.5%46.67%-
HSV(B)317.87º56.63%65.1%-
XYZ22.6314.5825.67-
YUV107.63145.14169.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 72 (28.52% from 255) = 19.15%
BLUE value IS 138 (54.30% from 255) = 36.70%
R=44.15%
G=19.15%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667213800.570.170.35317.8739.546.67
HexA6488A039112313e272f
Octal24611021207121434764757
Binary10100110100100010001010011100110001100011100111110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6488A; }

 p { color: rgb(166,72,138); }

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

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

 a { background-color: rgb(166,72,138); }

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

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

 span { border-color: rgb(166,72,138); }

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