#A06FC9

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

Shades of Amethyst #A06FC9

Tints of Amethyst #A06FC9

Color information

#A06FC9 (or 0xA06FC9) is unknown color: approx Amethyst. HEX triplet: A0, 6F and C9. RGB value is (160,111,201). Sum of RGB (Red+Green+Blue) = 160+111+201=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #A06FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FC9 is #5F9036. Grayscale: #878787. Windows color (decimal): -6262839 or 13201312. OLE color: 13201312.

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

Color convert

RGB160111201-
CMYK0.200.4500.21
HSL272.67º45.45%61.18%-
HSV(B)272.67º44.78%78.82%-
XYZ30.7223.0658.09-
YUV135.91164.73145.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.90%
GREEN value IS 111 (43.75% from 255) = 23.52%
BLUE value IS 201 (78.91% from 255) = 42.58%
R=33.90%
G=23.52%
B=42.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601112010.200.4500.21272.6745.4561.18
HexA06FC9142D0151112d3d
Octal24015731124550254215575
Binary1010000011011111100100110100101101010101100010001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06FC9; }

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

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

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

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

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

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

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

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