#A299A7

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

Shades of Amethyst Smoke #A299A7

Tints of Amethyst Smoke #A299A7

Color information

#A299A7 (or 0xA299A7) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 99 and A7. RGB value is (162,153,167). Sum of RGB (Red+Green+Blue) = 162+153+167=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 167 - color contains mainly: blue. Hex color #A299A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A299A7 is #5D6658. Grayscale: #9D9D9D. Windows color (decimal): -6121049 or 10983842. OLE color: 10983842.

HSL color Cylindrical-coordinate representation of color #A299A7: hue angle of 278.57º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A299A7 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB162153167-
CMYK0.030.0800.35
HSL278.57º7.37%62.75%-
HSV(B)278.57º8.38%65.49%-
XYZ33.2733.2541.22-
YUV157.29133.48131.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.61%
GREEN value IS 153 (60.16% from 255) = 31.74%
BLUE value IS 167 (65.62% from 255) = 34.65%
R=33.61%
G=31.74%
B=34.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1621531670.030.0800.35278.577.3762.75
HexA299A73802311773f
Octal242231247310043427777
Binary1010001010011001101001111110000100011100010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299A7; }

 p { color: rgb(162,153,167); }

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

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

 a { background-color: rgb(162,153,167); }

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

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

 span { border-color: rgb(162,153,167); }

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