Html Css Color HEX #988AA0 Amethyst Smoke

📋 copy color: '#988AA0'

red 152 ◦ green 138 ◦ blue 160

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

Shades of Amethyst Smoke #988AA0

Tints of Amethyst Smoke #988AA0

RGB

 RED value IS 152 (59.77% from 255) = 33.78%

 GREEN value IS 138 (54.3% from 255) = 30.67%

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

R = 33.78%
G = 30.67%
B = 35.56%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#988AA0 (or 0x988AA0) is known color: Amethyst Smoke. HEX triplet: 98, 8A and A0. RGB value is (152,138,160). Sum of RGB (Red+Green+Blue) = 152+138+160=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 160 - color contains mainly: blue. Hex color #988AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988AA0 is #67755F. Grayscale: #909090. Windows color (decimal): -6780256 or 10521240. OLE color: 10521240.

HSL color Cylindrical-coordinate representation of color #988AA0: hue angle of 278.18º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #988AA0 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 152 138 160 -
CMYK 0.05 0.14 0 0.37
HSL 278.18º 0.1% 0.58% -
HSV(B) 278.18º 0.14% 0.63% -
XYZ 28.38 27.39 37.05 -
YUV 144.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 152 138 160 0.05 0.14 0 0.37 278.18 0.1 0.58
Hex 98 8A A0 5 E 0 25 116 A 3A
Octal 230 212 240 5 16 0 45 426 12 72
Binary 10011000 10001010 10100000 101 1110 0 100101 100010110 1010 111010

Color Harmonies of #988AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988AA0

Black with #988AA0

Text Example


Text Example

White with #988AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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