#A06AA1

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

Shades of Violet Blue #A06AA1

Tints of Violet Blue #A06AA1

Color information

#A06AA1 (or 0xA06AA1) is unknown color: approx Violet Blue. HEX triplet: A0, 6A and A1. RGB value is (160,106,161). Sum of RGB (Red+Green+Blue) = 160+106+161=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 161 - color contains mainly: blue. Hex color #A06AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06AA1 is #5F955E. Grayscale: #808080. Windows color (decimal): -6264159 or 10578592. OLE color: 10578592.

HSL color Cylindrical-coordinate representation of color #A06AA1: hue angle of 298.91º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A06AA1 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB160106161-
CMYK0.010.3400.37
HSL298.91º22.63%52.35%-
HSV(B)298.91º34.16%63.14%-
XYZ26.0820.3536.27-
YUV128.42146.39150.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.47%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 161 (63.28% from 255) = 37.70%
R=37.47%
G=24.82%
B=37.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601061610.010.3400.37298.9122.6352.35
HexA06AA112202512b1734
Octal2401522411420454532764
Binary101000001101010101000011100010010010110010101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06AA1; }

 p { color: rgb(160,106,161); }

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

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

 a { background-color: rgb(160,106,161); }

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

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

 span { border-color: rgb(160,106,161); }

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