Html Css Color HEX #A76ACE Amethyst

📋 copy color: '#A76ACE'

red 167 ◦ green 106 ◦ blue 206

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

Shades of Amethyst #A76ACE

Tints of Amethyst #A76ACE

RGB

 RED value IS 167 (65.63% from 255) = 34.86%

 GREEN value IS 106 (41.8% from 255) = 22.13%

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 34.86%
G = 22.13%
B = 43.01%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A76ACE (or 0xA76ACE) is known color: Amethyst. HEX triplet: A7, 6A and CE. RGB value is (167,106,206). Sum of RGB (Red+Green+Blue) = 167+106+206=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #A76ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76ACE is #589531. Grayscale: #878787. Windows color (decimal): -5805362 or 13527719. OLE color: 13527719.

HSL color Cylindrical-coordinate representation of color #A76ACE: hue angle of 276.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A76ACE is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 106 206 -
CMYK 0.19 0.49 0 0.19
HSL 276.6º 0.51% 0.61% -
HSV(B) 276.6º 0.49% 0.81% -
XYZ 32.23 22.98 61.13 -
YUV 135.64 167.71 150.37 -
System Red Green Blue C M Y K H S L
Decimal 167 106 206 0.19 0.49 0 0.19 276.6 0.51 0.61
Hex A7 6A CE 13 31 0 13 115 33 3D
Octal 247 152 316 23 61 0 23 425 63 75
Binary 10100111 1101010 11001110 10011 110001 0 10011 100010101 110011 111101

Color Harmonies of #A76ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76ACE

Black with #A76ACE

Text Example


Text Example

White with #A76ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76ACE; }

 p { color: rgb(167,106,206); }

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

background-color css

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

 a { background-color: rgb(167,106,206); }

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

border-color css

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

 span { border-color: rgb(167,106,206); }

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