Html Css Color HEX #9A85AA Amethyst Smoke

📋 copy color: '#9A85AA'

red 154 ◦ green 133 ◦ blue 170

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

Shades of Amethyst Smoke #9A85AA

Tints of Amethyst Smoke #9A85AA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.1%

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

R = 33.7%
G = 29.1%
B = 37.2%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A85AA (or 0x9A85AA) is known color: Amethyst Smoke. HEX triplet: 9A, 85 and AA. RGB value is (154,133,170). Sum of RGB (Red+Green+Blue) = 154+133+170=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A85AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A85AA is #657A55. Grayscale: #8F8F8F. Windows color (decimal): -6650454 or 11175322. OLE color: 11175322.

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

Color convert

RGB 154 133 170 -
CMYK 0.09 0.22 0 0.33
HSL 274.05º 0.18% 0.59% -
HSV(B) 274.05º 0.22% 0.67% -
XYZ 28.97 26.55 41.63 -
YUV 143.5 142.96 135.49 -
System Red Green Blue C M Y K H S L
Decimal 154 133 170 0.09 0.22 0 0.33 274.05 0.18 0.59
Hex 9A 85 AA 9 16 0 21 112 12 3B
Octal 232 205 252 11 26 0 41 422 22 73
Binary 10011010 10000101 10101010 1001 10110 0 100001 100010010 10010 111011

Color Harmonies of #9A85AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A85AA

Black with #9A85AA

Text Example


Text Example

White with #9A85AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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