Html Css Color HEX #A677CE Amethyst

📋 copy color: '#A677CE'

red 166 ◦ green 119 ◦ blue 206

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

Shades of Amethyst #A677CE

Tints of Amethyst #A677CE

RGB

 RED value IS 166 (65.23% from 255) = 33.81%

 GREEN value IS 119 (46.88% from 255) = 24.24%

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 33.81%
G = 24.24%
B = 41.96%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A677CE (or 0xA677CE) is known color: Amethyst. HEX triplet: A6, 77 and CE. RGB value is (166,119,206). Sum of RGB (Red+Green+Blue) = 166+119+206=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #A677CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A677CE is #598831. Grayscale: #8E8E8E. Windows color (decimal): -5867570 or 13531046. OLE color: 13531046.

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

Color convert

RGB 166 119 206 -
CMYK 0.19 0.42 0 0.19
HSL 272.41º 0.47% 0.64% -
HSV(B) 272.41º 0.42% 0.81% -
XYZ 33.46 25.76 61.6 -
YUV 142.97 163.57 144.43 -
System Red Green Blue C M Y K H S L
Decimal 166 119 206 0.19 0.42 0 0.19 272.41 0.47 0.64
Hex A6 77 CE 13 2A 0 13 110 2F 40
Octal 246 167 316 23 52 0 23 420 57 100
Binary 10100110 1110111 11001110 10011 101010 0 10011 100010000 101111 1000000

Color Harmonies of #A677CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A677CE

Black with #A677CE

Text Example


Text Example

White with #A677CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A677CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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