#A06CA6

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

Shades of Violet Blue #A06CA6

Tints of Violet Blue #A06CA6

Color information

#A06CA6 (or 0xA06CA6) is unknown color: approx Violet Blue. HEX triplet: A0, 6C and A6. RGB value is (160,108,166). Sum of RGB (Red+Green+Blue) = 160+108+166=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 166 - color contains mainly: blue. Hex color #A06CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06CA6 is #5F9359. Grayscale: #818181. Windows color (decimal): -6263642 or 10906784. OLE color: 10906784.

HSL color Cylindrical-coordinate representation of color #A06CA6: hue angle of 293.79º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A06CA6 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB160108166-
CMYK0.040.3500.35
HSL293.79º24.58%53.73%-
HSV(B)293.79º34.94%65.1%-
XYZ26.7420.9538.71-
YUV130.16148.23149.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.87%
GREEN value IS 108 (42.58% from 255) = 24.88%
BLUE value IS 166 (65.23% from 255) = 38.25%
R=36.87%
G=24.88%
B=38.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601081660.040.3500.35293.7924.5853.73
HexA06CA64230231261936
Octal2401542464430434463166
Binary10100000110110010100110100100011010001110010011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06CA6; }

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

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

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

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

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

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

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

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