#A06AAB

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

Shades of Violet Blue #A06AAB

Tints of Violet Blue #A06AAB

Color information

#A06AAB (or 0xA06AAB) is unknown color: approx Violet Blue. HEX triplet: A0, 6A and AB. RGB value is (160,106,171). Sum of RGB (Red+Green+Blue) = 160+106+171=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #A06AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06AAB is #5F9554. Grayscale: #818181. Windows color (decimal): -6264149 or 11233952. OLE color: 11233952.

HSL color Cylindrical-coordinate representation of color #A06AAB: hue angle of 289.85º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06AAB is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160106171-
CMYK0.060.3800.33
HSL289.85º27.9%54.31%-
HSV(B)289.85º38.01%67.06%-
XYZ2720.7241.1-
YUV129.56151.39149.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.61%
GREEN value IS 106 (41.80% from 255) = 24.26%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=36.61%
G=24.26%
B=39.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601061710.060.3800.33289.8527.954.31
HexA06AAB6260211221c36
Octal2401522536460414423466
Binary10100000110101010101011110100110010000110010001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06AAB; }

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

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

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

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

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

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

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

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