#A6489F

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

Shades of Violet Blue #A6489F

Tints of Violet Blue #A6489F

Color information

#A6489F (or 0xA6489F) is unknown color: approx Violet Blue. HEX triplet: A6, 48 and 9F. RGB value is (166,72,159). Sum of RGB (Red+Green+Blue) = 166+72+159=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A6489F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6489F is #59B760. Grayscale: #6D6D6D. Windows color (decimal): -5879649 or 10438822. OLE color: 10438822.

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

Color convert

RGB16672159-
CMYK00.570.040.35
HSL304.47º39.5%46.67%-
HSV(B)304.47º56.63%65.1%-
XYZ24.315.2434.46-
YUV110.02155.64167.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 72 (28.52% from 255) = 18.14%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=41.81%
G=18.14%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667215900.570.040.35304.4739.546.67
HexA6489F039423130272f
Octal2461102370714434604757
Binary101001101001000100111110111001100100011100110000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6489F; }

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

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

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

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

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

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

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

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