#A6479E

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

Shades of Violet Blue #A6479E

Tints of Violet Blue #A6479E

Color information

#A6479E (or 0xA6479E) is unknown color: approx Violet Blue. HEX triplet: A6, 47 and 9E. RGB value is (166,71,158). Sum of RGB (Red+Green+Blue) = 166+71+158=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A6479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6479E is #59B861. Grayscale: #6D6D6D. Windows color (decimal): -5879906 or 10373030. OLE color: 10373030.

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

Color convert

RGB16671158-
CMYK00.570.050.35
HSL305.05º40.08%46.47%-
HSV(B)305.05º57.23%65.1%-
XYZ24.1515.0833.99-
YUV109.32155.47168.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 71 (28.12% from 255) = 17.97%
BLUE value IS 158 (62.11% from 255) = 40%
R=42.03%
G=17.97%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667115800.570.050.35305.0540.0846.47
HexA6479E039523131282e
Octal2461072360715434615056
Binary101001101000111100111100111001101100011100110001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6479E; }

 p { color: rgb(166,71,158); }

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

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

 a { background-color: rgb(166,71,158); }

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

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

 span { border-color: rgb(166,71,158); }

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