#A6509A

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

Shades of Violet Blue #A6509A

Tints of Violet Blue #A6509A

Color information

#A6509A (or 0xA6509A) is unknown color: approx Violet Blue. HEX triplet: A6, 50 and 9A. RGB value is (166,80,154). Sum of RGB (Red+Green+Blue) = 166+80+154=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A6509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6509A is #59AF65. Grayscale: #717171. Windows color (decimal): -5877606 or 10113190. OLE color: 10113190.

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

Color convert

RGB16680154-
CMYK00.520.070.35
HSL308.37º34.96%48.24%-
HSV(B)308.37º51.81%65.1%-
XYZ24.4316.1832.41-
YUV114.15150.49164.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.5%
GREEN value IS 80 (31.64% from 255) = 20%
BLUE value IS 154 (60.55% from 255) = 38.5%
R=41.5%
G=20%
B=38.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668015400.520.070.35308.3734.9648.24
HexA6509A0347231342330
Octal2461202320647434644360
Binary101001101010000100110100110100111100011100110100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6509A; }

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

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

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

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

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

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

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

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