#9A77A0

Color #9A77A0 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #9A77A0

Tints of Amethyst Smoke #9A77A0

Color information

#9A77A0 (or 0x9A77A0) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 77 and A0. RGB value is (154,119,160). Sum of RGB (Red+Green+Blue) = 154+119+160=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 160 - color contains mainly: blue. Hex color #9A77A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A77A0 is #65885F. Grayscale: #868686. Windows color (decimal): -6654048 or 10516378. OLE color: 10516378.

HSL color Cylindrical-coordinate representation of color #9A77A0: hue angle of 291.22º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9A77A0 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB154119160-
CMYK0.040.2600.37
HSL291.22º17.75%54.71%-
HSV(B)291.22º25.62%62.75%-
XYZ26.2722.636.24-
YUV134.14142.6142.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.57%
GREEN value IS 119 (46.88% from 255) = 27.48%
BLUE value IS 160 (62.89% from 255) = 36.95%
R=35.57%
G=27.48%
B=36.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1541191600.040.2600.37291.2217.7554.71
Hex9A77A041A0251231237
Octal2321672404320454432267
Binary1001101011101111010000010011010010010110010001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A77A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,119,160); }

 H1.HeaderClassName
 {
   color: #9A77A0;
 }
 .AnyTagClassName
 {
   color: #9A77A0;
 }
</style>
background-color css

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

 a { background-color: rgb(154,119,160); }

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

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

 span { border-color: rgb(154,119,160); }

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