#A6509E

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

Shades of Violet Blue #A6509E

Tints of Violet Blue #A6509E

Color information

#A6509E (or 0xA6509E) is unknown color: approx Violet Blue. HEX triplet: A6, 50 and 9E. RGB value is (166,80,158). Sum of RGB (Red+Green+Blue) = 166+80+158=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6509E is #59AF61. Grayscale: #727272. Windows color (decimal): -5877602 or 10375334. OLE color: 10375334.

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

Color convert

RGB16680158-
CMYK00.520.050.35
HSL305.58º34.96%48.24%-
HSV(B)305.58º51.81%65.1%-
XYZ24.7716.3134.19-
YUV114.61152.49164.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 80 (31.64% from 255) = 19.80%
BLUE value IS 158 (62.11% from 255) = 39.11%
R=41.09%
G=19.80%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668015800.520.050.35305.5834.9648.24
HexA6509E0345231322330
Octal2461202360645434624360
Binary101001101010000100111100110100101100011100110010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6509E; }

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

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

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

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

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

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

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

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