Html Css Color HEX #9883A0 Amethyst Smoke

📋 copy color: '#9883A0'

red 152 ◦ green 131 ◦ blue 160

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

Shades of Amethyst Smoke #9883A0

Tints of Amethyst Smoke #9883A0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.57%

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

R = 34.31%
G = 29.57%
B = 36.12%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9883A0 (or 0x9883A0) is known color: Amethyst Smoke. HEX triplet: 98, 83 and A0. RGB value is (152,131,160). Sum of RGB (Red+Green+Blue) = 152+131+160=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 160 - color contains mainly: blue. Hex color #9883A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9883A0 is #677C5F. Grayscale: #8C8C8C. Windows color (decimal): -6782048 or 10519448. OLE color: 10519448.

HSL color Cylindrical-coordinate representation of color #9883A0: hue angle of 283.45º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9883A0 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 152 131 160 -
CMYK 0.05 0.18 0 0.37
HSL 283.45º 0.13% 0.57% -
HSV(B) 283.45º 0.18% 0.63% -
XYZ 27.41 25.45 36.72 -
YUV 140.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 152 131 160 0.05 0.18 0 0.37 283.45 0.13 0.57
Hex 98 83 A0 5 12 0 25 11B D 39
Octal 230 203 240 5 22 0 45 433 15 71
Binary 10011000 10000011 10100000 101 10010 0 100101 100011011 1101 111001

Color Harmonies of #9883A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9883A0

Black with #9883A0

Text Example


Text Example

White with #9883A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9883A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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