#A77ACE

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

Shades of Amethyst #A77ACE

Tints of Amethyst #A77ACE

Color information

#A77ACE (or 0xA77ACE) is unknown color: approx Amethyst. HEX triplet: A7, 7A and CE. RGB value is (167,122,206). Sum of RGB (Red+Green+Blue) = 167+122+206=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #A77ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77ACE is #588531. Grayscale: #909090. Windows color (decimal): -5801266 or 13531815. OLE color: 13531815.

HSL color Cylindrical-coordinate representation of color #A77ACE: hue angle of 272.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A77ACE is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB167122206-
CMYK0.190.4100.19
HSL272.14º46.15%64.31%-
HSV(B)272.14º40.78%80.78%-
XYZ34.0426.5961.73-
YUV145.03162.41143.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.74%
GREEN value IS 122 (48.05% from 255) = 24.65%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=33.74%
G=24.65%
B=41.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671222060.190.4100.19272.1446.1564.31
HexA77ACE13290131102e40
Octal247172316235102342056100
Binary10100111111101011001110100111010010100111000100001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77ACE; }

 p { color: rgb(167,122,206); }

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

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

 a { background-color: rgb(167,122,206); }

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

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

 span { border-color: rgb(167,122,206); }

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