Html Css Color HEX #9884A4 Amethyst Smoke

📋 copy color: '#9884A4'

red 152 ◦ green 132 ◦ blue 164

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

Shades of Amethyst Smoke #9884A4

Tints of Amethyst Smoke #9884A4

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.46%

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

R = 33.93%
G = 29.46%
B = 36.61%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9884A4 (or 0x9884A4) is known color: Amethyst Smoke. HEX triplet: 98, 84 and A4. RGB value is (152,132,164). Sum of RGB (Red+Green+Blue) = 152+132+164=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 164 - color contains mainly: blue. Hex color #9884A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9884A4 is #677B5B. Grayscale: #8D8D8D. Windows color (decimal): -6781788 or 10781848. OLE color: 10781848.

HSL color Cylindrical-coordinate representation of color #9884A4: hue angle of 277.5º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9884A4 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 152 132 164 -
CMYK 0.07 0.20 0 0.36
HSL 277.5º 0.15% 0.58% -
HSV(B) 277.5º 0.2% 0.64% -
XYZ 27.9 25.86 38.64 -
YUV 141.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 152 132 164 0.07 0.20 0 0.36 277.5 0.15 0.58
Hex 98 84 A4 7 14 0 24 116 F 3A
Octal 230 204 244 7 24 0 44 426 17 72
Binary 10011000 10000100 10100100 111 10100 0 100100 100010110 1111 111010

Color Harmonies of #9884A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9884A4

Black with #9884A4

Text Example


Text Example

White with #9884A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9884A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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