Html Css Color HEX #A76ECE Amethyst

📋 copy color: '#A76ECE'

red 167 ◦ green 110 ◦ blue 206

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

Shades of Amethyst #A76ECE

Tints of Amethyst #A76ECE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.77%

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

R = 34.58%
G = 22.77%
B = 42.65%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A76ECE (or 0xA76ECE) is known color: Amethyst. HEX triplet: A7, 6E and CE. RGB value is (167,110,206). Sum of RGB (Red+Green+Blue) = 167+110+206=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #A76ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76ECE is #589131. Grayscale: #898989. Windows color (decimal): -5804338 or 13528743. OLE color: 13528743.

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

Color convert

RGB 167 110 206 -
CMYK 0.19 0.47 0 0.19
HSL 275.63º 0.49% 0.62% -
HSV(B) 275.63º 0.47% 0.81% -
XYZ 32.65 23.82 61.27 -
YUV 137.99 166.38 148.69 -
System Red Green Blue C M Y K H S L
Decimal 167 110 206 0.19 0.47 0 0.19 275.63 0.49 0.62
Hex A7 6E CE 13 2F 0 13 114 31 3E
Octal 247 156 316 23 57 0 23 424 61 76
Binary 10100111 1101110 11001110 10011 101111 0 10011 100010100 110001 111110

Color Harmonies of #A76ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76ECE

Black with #A76ECE

Text Example


Text Example

White with #A76ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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