Html Css Color HEX #988AA4 Amethyst Smoke

📋 copy color: '#988AA4'

red 152 ◦ green 138 ◦ blue 164

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

Shades of Amethyst Smoke #988AA4

Tints of Amethyst Smoke #988AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.12%

R = 33.48%
G = 30.4%
B = 36.12%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#988AA4 (or 0x988AA4) is known color: Amethyst Smoke. HEX triplet: 98, 8A and A4. RGB value is (152,138,164). Sum of RGB (Red+Green+Blue) = 152+138+164=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 164 - color contains mainly: blue. Hex color #988AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988AA4 is #67755B. Grayscale: #919191. Windows color (decimal): -6780252 or 10783384. OLE color: 10783384.

HSL color Cylindrical-coordinate representation of color #988AA4: hue angle of 272.31º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #988AA4 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 152 138 164 -
CMYK 0.07 0.16 0 0.36
HSL 272.31º 0.13% 0.59% -
HSV(B) 272.31º 0.16% 0.64% -
XYZ 28.74 27.53 38.92 -
YUV 145.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 152 138 164 0.07 0.16 0 0.36 272.31 0.13 0.59
Hex 98 8A A4 7 10 0 24 110 C 3B
Octal 230 212 244 7 20 0 44 420 14 73
Binary 10011000 10001010 10100100 111 10000 0 100100 100010000 1100 111011

Color Harmonies of #988AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988AA4

Black with #988AA4

Text Example


Text Example

White with #988AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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