Html Css Color HEX #A76EC7 Amethyst

📋 copy color: '#A76EC7'

red 167 ◦ green 110 ◦ blue 199

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

Shades of Amethyst #A76EC7

Tints of Amethyst #A76EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.81%

R = 35.08%
G = 23.11%
B = 41.81%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A76EC7 (or 0xA76EC7) is known color: Amethyst. HEX triplet: A7, 6E and C7. RGB value is (167,110,199). Sum of RGB (Red+Green+Blue) = 167+110+199=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 199 - color contains mainly: blue. Hex color #A76EC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76EC7 is #589138. Grayscale: #888888. Windows color (decimal): -5804345 or 13069991. OLE color: 13069991.

HSL color Cylindrical-coordinate representation of color #A76EC7: hue angle of 278.43º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A76EC7 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 110 199 -
CMYK 0.16 0.45 0 0.22
HSL 278.43º 0.44% 0.61% -
HSV(B) 278.43º 0.45% 0.78% -
XYZ 31.82 23.49 56.89 -
YUV 137.19 162.88 149.26 -
System Red Green Blue C M Y K H S L
Decimal 167 110 199 0.16 0.45 0 0.22 278.43 0.44 0.61
Hex A7 6E C7 10 2D 0 16 116 2C 3D
Octal 247 156 307 20 55 0 26 426 54 75
Binary 10100111 1101110 11000111 10000 101101 0 10110 100010110 101100 111101

Color Harmonies of #A76EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76EC7

Black with #A76EC7

Text Example


Text Example

White with #A76EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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