#A67ACF

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

Shades of Amethyst #A67ACF

Tints of Amethyst #A67ACF

Color information

#A67ACF (or 0xA67ACF) is unknown color: approx Amethyst. HEX triplet: A6, 7A and CF. RGB value is (166,122,207). Sum of RGB (Red+Green+Blue) = 166+122+207=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #A67ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67ACF is #598530. Grayscale: #909090. Windows color (decimal): -5866801 or 13597350. OLE color: 13597350.

HSL color Cylindrical-coordinate representation of color #A67ACF: hue angle of 271.06º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A67ACF is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB166122207-
CMYK0.200.4100.19
HSL271.06º46.96%64.51%-
HSV(B)271.06º41.06%81.18%-
XYZ33.9526.5362.36-
YUV144.85163.08143.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.54%
GREEN value IS 122 (48.05% from 255) = 24.65%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=33.54%
G=24.65%
B=41.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661222070.200.4100.19271.0646.9664.51
HexA67ACF142901310f2f41
Octal246172317245102341757101
Binary10100110111101011001111101001010010100111000011111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67ACF; }

 p { color: rgb(166,122,207); }

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

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

 a { background-color: rgb(166,122,207); }

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

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

 span { border-color: rgb(166,122,207); }

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