#A06DC4

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

Shades of Amethyst #A06DC4

Tints of Amethyst #A06DC4

Color information

#A06DC4 (or 0xA06DC4) is unknown color: approx Amethyst. HEX triplet: A0, 6D and C4. RGB value is (160,109,196). Sum of RGB (Red+Green+Blue) = 160+109+196=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #A06DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06DC4 is #5F923B. Grayscale: #858585. Windows color (decimal): -6263356 or 12873120. OLE color: 12873120.

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

Color convert

RGB160109196-
CMYK0.180.4400.23
HSL275.17º42.44%59.8%-
HSV(B)275.17º44.39%76.86%-
XYZ29.9322.454.97-
YUV134.17162.9146.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.41%
GREEN value IS 109 (42.97% from 255) = 23.44%
BLUE value IS 196 (76.95% from 255) = 42.15%
R=34.41%
G=23.44%
B=42.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601091960.180.4400.23275.1742.4459.8
HexA06DC4122C0171132a3c
Octal24015530422540274235274
Binary1010000011011011100010010010101100010111100010011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06DC4; }

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

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

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

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

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

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

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

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