#A6459C

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

Shades of Violet Blue #A6459C

Tints of Violet Blue #A6459C

Color information

#A6459C (or 0xA6459C) is unknown color: approx Violet Blue. HEX triplet: A6, 45 and 9C. RGB value is (166,69,156). Sum of RGB (Red+Green+Blue) = 166+69+156=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A6459C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6459C is #59BA63. Grayscale: #6B6B6B. Windows color (decimal): -5880420 or 10241446. OLE color: 10241446.

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

Color convert

RGB16669156-
CMYK00.580.060.35
HSL306.19º41.28%46.08%-
HSV(B)306.19º58.43%65.1%-
XYZ23.8514.7633.04-
YUV107.92155.14169.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.46%
GREEN value IS 69 (27.34% from 255) = 17.65%
BLUE value IS 156 (61.33% from 255) = 39.90%
R=42.46%
G=17.65%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666915600.580.060.35306.1941.2846.08
HexA6459C03A623132292e
Octal2461052340726434625156
Binary101001101000101100111000111010110100011100110010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6459C; }

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

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

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

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

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

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

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

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