#A06CA1

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

Shades of Violet Blue #A06CA1

Tints of Violet Blue #A06CA1

Color information

#A06CA1 (or 0xA06CA1) is unknown color: approx Violet Blue. HEX triplet: A0, 6C and A1. RGB value is (160,108,161). Sum of RGB (Red+Green+Blue) = 160+108+161=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 161 - color contains mainly: blue. Hex color #A06CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06CA1 is #5F935E. Grayscale: #818181. Windows color (decimal): -6263647 or 10579104. OLE color: 10579104.

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

Color convert

RGB160108161-
CMYK0.010.3300.37
HSL298.87º21.99%52.75%-
HSV(B)298.87º32.92%63.14%-
XYZ26.2920.7736.34-
YUV129.59145.73149.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 108 (42.58% from 255) = 25.17%
BLUE value IS 161 (63.28% from 255) = 37.53%
R=37.30%
G=25.17%
B=37.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601081610.010.3300.37298.8721.9952.75
HexA06CA112102512b1635
Octal2401542411410454532665
Binary101000001101100101000011100001010010110010101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06CA1; }

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

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

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

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

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

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

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

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