Html Css Color HEX #A676D0 Amethyst

📋 copy color: '#A676D0'

red 166 ◦ green 118 ◦ blue 208

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

Shades of Amethyst #A676D0

Tints of Amethyst #A676D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.28%

R = 33.74%
G = 23.98%
B = 42.28%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A676D0 (or 0xA676D0) is known color: Amethyst. HEX triplet: A6, 76 and D0. RGB value is (166,118,208). Sum of RGB (Red+Green+Blue) = 166+118+208=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #A676D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676D0 is #59892F. Grayscale: #8E8E8E. Windows color (decimal): -5867824 or 13661862. OLE color: 13661862.

HSL color Cylindrical-coordinate representation of color #A676D0: hue angle of 272º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A676D0 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 118 208 -
CMYK 0.20 0.43 0 0.18
HSL 272º 0.49% 0.64% -
HSV(B) 272º 0.43% 0.82% -
XYZ 33.59 25.62 62.85 -
YUV 142.61 164.9 144.68 -
System Red Green Blue C M Y K H S L
Decimal 166 118 208 0.20 0.43 0 0.18 272 0.49 0.64
Hex A6 76 D0 14 2B 0 12 110 31 40
Octal 246 166 320 24 53 0 22 420 61 100
Binary 10100110 1110110 11010000 10100 101011 0 10010 100010000 110001 1000000

Color Harmonies of #A676D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A676D0

Black with #A676D0

Text Example


Text Example

White with #A676D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A676D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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