#A06ADC

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

Shades of Amethyst #A06ADC

Tints of Amethyst #A06ADC

Color information

#A06ADC (or 0xA06ADC) is unknown color: approx Amethyst. HEX triplet: A0, 6A and DC. RGB value is (160,106,220). Sum of RGB (Red+Green+Blue) = 160+106+220=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #A06ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ADC is #5F9523. Grayscale: #868686. Windows color (decimal): -6264100 or 14445216. OLE color: 14445216.

HSL color Cylindrical-coordinate representation of color #A06ADC: hue angle of 268.42º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A06ADC is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160106220-
CMYK0.270.5200.14
HSL268.42º61.96%63.92%-
HSV(B)268.42º51.82%86.27%-
XYZ32.5722.9570.42-
YUV135.14175.89145.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.92%
GREEN value IS 106 (41.80% from 255) = 21.81%
BLUE value IS 220 (86.33% from 255) = 45.27%
R=32.92%
G=21.81%
B=45.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601062200.270.5200.14268.4261.9663.92
HexA06ADC1B340E10c3e40
Octal240152334336401641476100
Binary1010000011010101101110011011110100011101000011001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06ADC; }

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

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

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

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

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

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

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

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