Html Css Color HEX #A676CD Amethyst

📋 copy color: '#A676CD'

red 166 ◦ green 118 ◦ blue 205

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

Shades of Amethyst #A676CD

Tints of Amethyst #A676CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 33.95%
G = 24.13%
B = 41.92%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A676CD (or 0xA676CD) is known color: Amethyst. HEX triplet: A6, 76 and CD. RGB value is (166,118,205). Sum of RGB (Red+Green+Blue) = 166+118+205=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #A676CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676CD is #598932. Grayscale: #8D8D8D. Windows color (decimal): -5867827 or 13465254. OLE color: 13465254.

HSL color Cylindrical-coordinate representation of color #A676CD: hue angle of 273.1º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A676CD is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 118 205 -
CMYK 0.19 0.42 0 0.20
HSL 273.1º 0.47% 0.63% -
HSV(B) 273.1º 0.42% 0.8% -
XYZ 33.22 25.47 60.92 -
YUV 142.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 166 118 205 0.19 0.42 0 0.20 273.1 0.47 0.63
Hex A6 76 CD 13 2A 0 14 111 2F 3F
Octal 246 166 315 23 52 0 24 421 57 77
Binary 10100110 1110110 11001101 10011 101010 0 10100 100010001 101111 111111

Color Harmonies of #A676CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A676CD

Black with #A676CD

Text Example


Text Example

White with #A676CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A676CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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