Html Css Color HEX #A677C9 Amethyst

📋 copy color: '#A677C9'

red 166 ◦ green 119 ◦ blue 201

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

Shades of Amethyst #A677C9

Tints of Amethyst #A677C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.36%

R = 34.16%
G = 24.49%
B = 41.36%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A677C9 (or 0xA677C9) is known color: Amethyst. HEX triplet: A6, 77 and C9. RGB value is (166,119,201). Sum of RGB (Red+Green+Blue) = 166+119+201=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #A677C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A677C9 is #598836. Grayscale: #8E8E8E. Windows color (decimal): -5867575 or 13203366. OLE color: 13203366.

HSL color Cylindrical-coordinate representation of color #A677C9: hue angle of 274.39º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A677C9 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 119 201 -
CMYK 0.17 0.41 0 0.21
HSL 274.39º 0.43% 0.63% -
HSV(B) 274.39º 0.41% 0.79% -
XYZ 32.87 25.52 58.45 -
YUV 142.4 161.07 144.83 -
System Red Green Blue C M Y K H S L
Decimal 166 119 201 0.17 0.41 0 0.21 274.39 0.43 0.63
Hex A6 77 C9 11 29 0 15 112 2B 3F
Octal 246 167 311 21 51 0 25 422 53 77
Binary 10100110 1110111 11001001 10001 101001 0 10101 100010010 101011 111111

Color Harmonies of #A677C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A677C9

Black with #A677C9

Text Example


Text Example

White with #A677C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A677C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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