Html Css Color HEX #A677D6 Amethyst

📋 copy color: '#A677D6'

red 166 ◦ green 119 ◦ blue 214

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

Shades of Amethyst #A677D6

Tints of Amethyst #A677D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.89%

R = 33.27%
G = 23.85%
B = 42.89%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A677D6 (or 0xA677D6) is known color: Amethyst. HEX triplet: A6, 77 and D6. RGB value is (166,119,214). Sum of RGB (Red+Green+Blue) = 166+119+214=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #A677D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A677D6 is #598829. Grayscale: #8F8F8F. Windows color (decimal): -5867562 or 14055334. OLE color: 14055334.

HSL color Cylindrical-coordinate representation of color #A677D6: hue angle of 269.68º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A677D6 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 119 214 -
CMYK 0.22 0.44 0 0.16
HSL 269.68º 0.54% 0.65% -
HSV(B) 269.68º 0.44% 0.84% -
XYZ 34.46 26.16 66.85 -
YUV 143.88 167.57 143.78 -
System Red Green Blue C M Y K H S L
Decimal 166 119 214 0.22 0.44 0 0.16 269.68 0.54 0.65
Hex A6 77 D6 16 2C 0 10 10E 36 41
Octal 246 167 326 26 54 0 20 416 66 101
Binary 10100110 1110111 11010110 10110 101100 0 10000 100001110 110110 1000001

Color Harmonies of #A677D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A677D6

Black with #A677D6

Text Example


Text Example

White with #A677D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A677D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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