Html Css Color HEX #A676D5 Amethyst

📋 copy color: '#A676D5'

red 166 ◦ green 118 ◦ blue 213

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

Shades of Amethyst #A676D5

Tints of Amethyst #A676D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.86%

R = 33.4%
G = 23.74%
B = 42.86%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A676D5 (or 0xA676D5) is known color: Amethyst. HEX triplet: A6, 76 and D5. RGB value is (166,118,213). Sum of RGB (Red+Green+Blue) = 166+118+213=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #A676D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676D5 is #59892A. Grayscale: #8E8E8E. Windows color (decimal): -5867819 or 13989542. OLE color: 13989542.

HSL color Cylindrical-coordinate representation of color #A676D5: hue angle of 270.32º degrees, saturation: 0.53, 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 #A676D5 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 118 213 -
CMYK 0.22 0.45 0 0.16
HSL 270.32º 0.53% 0.65% -
HSV(B) 270.32º 0.45% 0.84% -
XYZ 34.21 25.87 66.14 -
YUV 143.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 166 118 213 0.22 0.45 0 0.16 270.32 0.53 0.65
Hex A6 76 D5 16 2D 0 10 10E 35 41
Octal 246 166 325 26 55 0 20 416 65 101
Binary 10100110 1110110 11010101 10110 101101 0 10000 100001110 110101 1000001

Color Harmonies of #A676D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A676D5

Black with #A676D5

Text Example


Text Example

White with #A676D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A676D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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