#A677CD

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

Shades of Amethyst #A677CD

Tints of Amethyst #A677CD

Color information

#A677CD (or 0xA677CD) is unknown color: approx Amethyst. HEX triplet: A6, 77 and CD. RGB value is (166,119,205). Sum of RGB (Red+Green+Blue) = 166+119+205=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #A677CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A677CD is #598832. Grayscale: #8E8E8E. Windows color (decimal): -5867571 or 13465510. OLE color: 13465510.

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

Color convert

RGB166119205-
CMYK0.190.4200.20
HSL272.79º46.24%63.53%-
HSV(B)272.79º41.95%80.39%-
XYZ33.3425.7160.96-
YUV142.86163.07144.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 119 (46.88% from 255) = 24.29%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=33.88%
G=24.29%
B=41.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661192050.190.4200.20272.7946.2463.53
HexA677CD132A0141112e40
Octal246167315235202442156100
Binary10100110111011111001101100111010100101001000100011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A677CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A677CD; }

 p { color: rgb(166,119,205); }

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

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

 a { background-color: rgb(166,119,205); }

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

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

 span { border-color: rgb(166,119,205); }

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