Html Css Color HEX #997AA0 Amethyst Smoke

📋 copy color: '#997AA0'

red 153 ◦ green 122 ◦ blue 160

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

Shades of Amethyst Smoke #997AA0

Tints of Amethyst Smoke #997AA0

RGB

 RED value IS 153 (60.16% from 255) = 35.17%

 GREEN value IS 122 (48.05% from 255) = 28.05%

 BLUE value IS 160 (62.89% from 255) = 36.78%

R = 35.17%
G = 28.05%
B = 36.78%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#997AA0 (or 0x997AA0) is known color: Amethyst Smoke. HEX triplet: 99, 7A and A0. RGB value is (153,122,160). Sum of RGB (Red+Green+Blue) = 153+122+160=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 160 - color contains mainly: blue. Hex color #997AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997AA0 is #66855F. Grayscale: #878787. Windows color (decimal): -6718816 or 10517145. OLE color: 10517145.

HSL color Cylindrical-coordinate representation of color #997AA0: hue angle of 288.95º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #997AA0 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 122 160 -
CMYK 0.04 0.24 0 0.37
HSL 288.95º 0.17% 0.55% -
HSV(B) 288.95º 0.24% 0.63% -
XYZ 26.44 23.23 36.35 -
YUV 135.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 153 122 160 0.04 0.24 0 0.37 288.95 0.17 0.55
Hex 99 7A A0 4 18 0 25 121 11 37
Octal 231 172 240 4 30 0 45 441 21 67
Binary 10011001 1111010 10100000 100 11000 0 100101 100100001 10001 110111

Color Harmonies of #997AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997AA0

Black with #997AA0

Text Example


Text Example

White with #997AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997AA0; }

 p { color: rgb(153,122,160); }

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

background-color css

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

 a { background-color: rgb(153,122,160); }

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

border-color css

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

 span { border-color: rgb(153,122,160); }

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