Html Css Color HEX #9A8CAA Amethyst Smoke

📋 copy color: '#9A8CAA'

red 154 ◦ green 140 ◦ blue 170

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

Shades of Amethyst Smoke #9A8CAA

Tints of Amethyst Smoke #9A8CAA

RGB

 RED value IS 154 (60.55% from 255) = 33.19%

 GREEN value IS 140 (55.08% from 255) = 30.17%

 BLUE value IS 170 (66.8% from 255) = 36.64%

R = 33.19%
G = 30.17%
B = 36.64%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A8CAA (or 0x9A8CAA) is known color: Amethyst Smoke. HEX triplet: 9A, 8C and AA. RGB value is (154,140,170). Sum of RGB (Red+Green+Blue) = 154+140+170=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A8CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8CAA is #657355. Grayscale: #939393. Windows color (decimal): -6648662 or 11177114. OLE color: 11177114.

HSL color Cylindrical-coordinate representation of color #9A8CAA: hue angle of 268º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9A8CAA is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 140 170 -
CMYK 0.09 0.18 0 0.33
HSL 268º 0.15% 0.61% -
HSV(B) 268º 0.18% 0.67% -
XYZ 29.96 28.53 41.96 -
YUV 147.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 154 140 170 0.09 0.18 0 0.33 268 0.15 0.61
Hex 9A 8C AA 9 12 0 21 10C F 3D
Octal 232 214 252 11 22 0 41 414 17 75
Binary 10011010 10001100 10101010 1001 10010 0 100001 100001100 1111 111101

Color Harmonies of #9A8CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8CAA

Black with #9A8CAA

Text Example


Text Example

White with #9A8CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A8CAA; }

 p { color: rgb(154,140,170); }

 H1.HeaderClassName
 {
   color: #9A8CAA;
 }
 .AnyTagClassName
 {
   color: #9A8CAA;
 }
</style>

background-color css

<style>
 a { background-color: #9A8CAA; }

 a { background-color: rgb(154,140,170); }

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

border-color css

<style>
 span { border-color: #9A8CAA; }

 span { border-color: rgb(154,140,170); }

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