Html Css Color HEX #A097A3 Amethyst Smoke

📋 copy color: '#A097A3'

red 160 ◦ green 151 ◦ blue 163

#A097A3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #A097A3

Tints of Amethyst Smoke #A097A3

RGB

 RED value IS 160 (62.89% from 255) = 33.76%

 GREEN value IS 151 (59.38% from 255) = 31.86%

 BLUE value IS 163 (64.06% from 255) = 34.39%

R = 33.76%
G = 31.86%
B = 34.39%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A097A3 (or 0xA097A3) is known color: Amethyst Smoke. HEX triplet: A0, 97 and A3. RGB value is (160,151,163). Sum of RGB (Red+Green+Blue) = 160+151+163=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 163 - color contains mainly: blue. Hex color #A097A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A097A3 is #5F685C. Grayscale: #9B9B9B. Windows color (decimal): -6252637 or 10721184. OLE color: 10721184.

HSL color Cylindrical-coordinate representation of color #A097A3: hue angle of 285º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A097A3 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 151 163 -
CMYK 0.02 0.07 0 0.36
HSL 285º 0.06% 0.62% -
HSV(B) 285º 0.07% 0.64% -
XYZ 32.17 32.25 39.18 -
YUV 155.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 160 151 163 0.02 0.07 0 0.36 285 0.06 0.62
Hex A0 97 A3 2 7 0 24 11D 6 3E
Octal 240 227 243 2 7 0 44 435 6 76
Binary 10100000 10010111 10100011 10 111 0 100100 100011101 110 111110

Color Harmonies of #A097A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A097A3

Black with #A097A3

Text Example


Text Example

White with #A097A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A097A3; }

 p { color: rgb(160,151,163); }

 H1.HeaderClassName
 {
   color: #A097A3;
 }
 .AnyTagClassName
 {
   color: #A097A3;
 }
</style>

background-color css

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

 a { background-color: rgb(160,151,163); }

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

border-color css

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

 span { border-color: rgb(160,151,163); }

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