#a677cf

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

Shades of Amethyst #A677CF

Tints of Amethyst #A677CF

Color information

#A677CF (or 0xA677CF) is unknown color: approx Amethyst. HEX triplet: A6, 77 and CF. RGB value is (166,119,207). Sum of RGB (Red+Green+Blue) = 166+119+207=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #A677CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A677CF is #598830. Grayscale: #8E8E8E. Windows color (decimal): -5867569 or 13596582. OLE color: 13596582.

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

Color convert

RGB166119207-
CMYK0.200.4300.19
HSL272.05º47.83%63.92%-
HSV(B)272.05º42.51%81.18%-
XYZ33.5925.8162.24-
YUV143.08164.07144.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.74%
GREEN value IS 119 (46.88% from 255) = 24.19%
BLUE value IS 207 (81.25% from 255) = 42.07%
R=33.74%
G=24.19%
B=42.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661192070.200.4300.19272.0547.8363.92
HexA677CF142B0131103040
Octal246167317245302342060100
Binary10100110111011111001111101001010110100111000100001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a677cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a677cf; }

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

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

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

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

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

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

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

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