#A67BAC

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

Shades of Amethyst Smoke #A67BAC

Tints of Amethyst Smoke #A67BAC

Color information

#A67BAC (or 0xA67BAC) is unknown color: approx Amethyst Smoke. HEX triplet: A6, 7B and AC. RGB value is (166,123,172). Sum of RGB (Red+Green+Blue) = 166+123+172=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #A67BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67BAC is #598453. Grayscale: #8D8D8D. Windows color (decimal): -5866580 or 11303846. OLE color: 11303846.

HSL color Cylindrical-coordinate representation of color #A67BAC: hue angle of 292.65º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A67BAC is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166123172-
CMYK0.030.2800.33
HSL292.65º22.79%57.84%-
HSV(B)292.65º28.49%67.45%-
XYZ30.2625.2542.31-
YUV141.44145.25145.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.01%
GREEN value IS 123 (48.44% from 255) = 26.68%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=36.01%
G=26.68%
B=37.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661231720.030.2800.33292.6522.7957.84
HexA67BAC31C021125173a
Octal2461732543340414452772
Binary101001101111011101011001111100010000110010010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67BAC; }

 p { color: rgb(166,123,172); }

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

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

 a { background-color: rgb(166,123,172); }

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

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

 span { border-color: rgb(166,123,172); }

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