Html Css Color HEX #A676D7 Amethyst

📋 copy color: '#A676D7'

red 166 ◦ green 118 ◦ blue 215

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

Shades of Amethyst #A676D7

Tints of Amethyst #A676D7

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.65%

 BLUE value IS 215 (84.38% from 255) = 43.09%

R = 33.27%
G = 23.65%
B = 43.09%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A676D7 (or 0xA676D7) is known color: Amethyst. HEX triplet: A6, 76 and D7. RGB value is (166,118,215). Sum of RGB (Red+Green+Blue) = 166+118+215=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #A676D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676D7 is #598928. Grayscale: #8F8F8F. Windows color (decimal): -5867817 or 14120614. OLE color: 14120614.

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

Color convert

RGB 166 118 215 -
CMYK 0.23 0.45 0 0.16
HSL 269.69º 0.55% 0.65% -
HSV(B) 269.69º 0.45% 0.84% -
XYZ 34.47 25.97 67.49 -
YUV 143.41 168.4 144.11 -
System Red Green Blue C M Y K H S L
Decimal 166 118 215 0.23 0.45 0 0.16 269.69 0.55 0.65
Hex A6 76 D7 17 2D 0 10 10E 37 41
Octal 246 166 327 27 55 0 20 416 67 101
Binary 10100110 1110110 11010111 10111 101101 0 10000 100001110 110111 1000001

Color Harmonies of #A676D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A676D7

Black with #A676D7

Text Example


Text Example

White with #A676D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A676D7; }

 p { color: rgb(166,118,215); }

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

background-color css

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

 a { background-color: rgb(166,118,215); }

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

border-color css

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

 span { border-color: rgb(166,118,215); }

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