#A098A7

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

Shades of Amethyst Smoke #A098A7

Tints of Amethyst Smoke #A098A7

Color information

#A098A7 (or 0xA098A7) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 98 and A7. RGB value is (160,152,167). Sum of RGB (Red+Green+Blue) = 160+152+167=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 167 (65.62% from 255 or 34.86% from 479); Max value from RGB is 167 - color contains mainly: blue. Hex color #A098A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A098A7 is #5F6758. Grayscale: #9C9C9C. Windows color (decimal): -6252377 or 10983584. OLE color: 10983584.

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

Color convert

RGB160152167-
CMYK0.040.0900.35
HSL272º7.85%62.55%-
HSV(B)272º8.98%65.49%-
XYZ32.732.7241.15-
YUV156.1134.15130.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.40%
GREEN value IS 152 (59.77% from 255) = 31.73%
BLUE value IS 167 (65.62% from 255) = 34.86%
R=33.40%
G=31.73%
B=34.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601521670.040.0900.352727.8562.55
HexA098A74902311083f
Octal2402302474110434201077
Binary101000001001100010100111100100101000111000100001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A098A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A098A7; }

 p { color: rgb(160,152,167); }

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

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

 a { background-color: rgb(160,152,167); }

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

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

 span { border-color: rgb(160,152,167); }

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