#A06CC9

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

Shades of Amethyst #A06CC9

Tints of Amethyst #A06CC9

Color information

#A06CC9 (or 0xA06CC9) is unknown color: approx Amethyst. HEX triplet: A0, 6C and C9. RGB value is (160,108,201). Sum of RGB (Red+Green+Blue) = 160+108+201=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #A06CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CC9 is #5F9336. Grayscale: #858585. Windows color (decimal): -6263607 or 13200544. OLE color: 13200544.

HSL color Cylindrical-coordinate representation of color #A06CC9: hue angle of 273.55º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A06CC9 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160108201-
CMYK0.200.4600.21
HSL273.55º46.27%60.59%-
HSV(B)273.55º46.27%78.82%-
XYZ30.422.4257.98-
YUV134.15165.73146.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.12%
GREEN value IS 108 (42.58% from 255) = 23.03%
BLUE value IS 201 (78.91% from 255) = 42.86%
R=34.12%
G=23.03%
B=42.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601082010.200.4600.21273.5546.2760.59
HexA06CC9142E0151122e3d
Octal24015431124560254225675
Binary1010000011011001100100110100101110010101100010010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06CC9; }

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

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

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

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

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

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

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

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