#A06DAA

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

Shades of Violet Blue #A06DAA

Tints of Violet Blue #A06DAA

Color information

#A06DAA (or 0xA06DAA) is unknown color: approx Violet Blue. HEX triplet: A0, 6D and AA. RGB value is (160,109,170). Sum of RGB (Red+Green+Blue) = 160+109+170=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #A06DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06DAA is #5F9255. Grayscale: #838383. Windows color (decimal): -6263382 or 11169184. OLE color: 11169184.

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

Color convert

RGB160109170-
CMYK0.060.3600.33
HSL290.16º26.41%54.71%-
HSV(B)290.16º35.88%66.67%-
XYZ27.2221.3140.71-
YUV131.2149.9148.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 109 (42.97% from 255) = 24.83%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=36.45%
G=24.83%
B=38.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601091700.060.3600.33290.1626.4154.71
HexA06DAA6240211221a37
Octal2401552526440414423267
Binary10100000110110110101010110100100010000110010001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06DAA; }

 p { color: rgb(160,109,170); }

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

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

 a { background-color: rgb(160,109,170); }

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

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

 span { border-color: rgb(160,109,170); }

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