#A06CCC

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

Shades of Amethyst #A06CCC

Tints of Amethyst #A06CCC

Color information

#A06CCC (or 0xA06CCC) is unknown color: approx Amethyst. HEX triplet: A0, 6C and CC. RGB value is (160,108,204). Sum of RGB (Red+Green+Blue) = 160+108+204=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #A06CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CCC is #5F9333. Grayscale: #868686. Windows color (decimal): -6263604 or 13397152. OLE color: 13397152.

HSL color Cylindrical-coordinate representation of color #A06CCC: hue angle of 272.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A06CCC is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB160108204-
CMYK0.220.4700.2
HSL272.5º48.48%61.18%-
HSV(B)272.5º47.06%80%-
XYZ30.7622.5659.86-
YUV134.49167.23146.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.90%
GREEN value IS 108 (42.58% from 255) = 22.88%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=33.90%
G=22.88%
B=43.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601082040.220.4700.2272.548.4861.18
HexA06CCC162F014110303d
Octal24015431426570244206075
Binary1010000011011001100110010110101111010100100010000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06CCC; }

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

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

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

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

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

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

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

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