#A06DC3

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

Shades of Amethyst #A06DC3

Tints of Amethyst #A06DC3

Color information

#A06DC3 (or 0xA06DC3) is unknown color: approx Amethyst. HEX triplet: A0, 6D and C3. RGB value is (160,109,195). Sum of RGB (Red+Green+Blue) = 160+109+195=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 195 - color contains mainly: blue. Hex color #A06DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06DC3 is #5F923C. Grayscale: #858585. Windows color (decimal): -6263357 or 12807584. OLE color: 12807584.

HSL color Cylindrical-coordinate representation of color #A06DC3: hue angle of 275.58º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A06DC3 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB160109195-
CMYK0.180.4400.24
HSL275.58º41.75%59.61%-
HSV(B)275.58º44.1%76.47%-
XYZ29.8222.3554.37-
YUV134.05162.4146.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 109 (42.97% from 255) = 23.49%
BLUE value IS 195 (76.56% from 255) = 42.03%
R=34.48%
G=23.49%
B=42.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601091950.180.4400.24275.5841.7559.61
HexA06DC3122C0181142a3c
Octal24015530322540304245274
Binary1010000011011011100001110010101100011000100010100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06DC3; }

 p { color: rgb(160,109,195); }

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

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

 a { background-color: rgb(160,109,195); }

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

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

 span { border-color: rgb(160,109,195); }

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