#A6489C

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

Shades of Violet Blue #A6489C

Tints of Violet Blue #A6489C

Color information

#A6489C (or 0xA6489C) is unknown color: approx Violet Blue. HEX triplet: A6, 48 and 9C. RGB value is (166,72,156). Sum of RGB (Red+Green+Blue) = 166+72+156=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6489C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6489C is #59B763. Grayscale: #6D6D6D. Windows color (decimal): -5879652 or 10242214. OLE color: 10242214.

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

Color convert

RGB16672156-
CMYK00.570.060.35
HSL306.38º39.5%46.67%-
HSV(B)306.38º56.63%65.1%-
XYZ24.0415.1433.11-
YUV109.68154.14168.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 72 (28.52% from 255) = 18.27%
BLUE value IS 156 (61.33% from 255) = 39.59%
R=42.13%
G=18.27%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667215600.570.060.35306.3839.546.67
HexA6489C039623132272f
Octal2461102340716434624757
Binary101001101001000100111000111001110100011100110010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6489C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6489C; }

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

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

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

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

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

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

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

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