Html Css Color HEX #A76ECC Amethyst

📋 copy color: '#A76ECC'

red 167 ◦ green 110 ◦ blue 204

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

Shades of Amethyst #A76ECC

Tints of Amethyst #A76ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 34.72%
G = 22.87%
B = 42.41%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A76ECC (or 0xA76ECC) is known color: Amethyst. HEX triplet: A7, 6E and CC. RGB value is (167,110,204). Sum of RGB (Red+Green+Blue) = 167+110+204=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #A76ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76ECC is #589133. Grayscale: #898989. Windows color (decimal): -5804340 or 13397671. OLE color: 13397671.

HSL color Cylindrical-coordinate representation of color #A76ECC: hue angle of 276.38º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A76ECC is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 110 204 -
CMYK 0.18 0.46 0 0.2
HSL 276.38º 0.48% 0.62% -
HSV(B) 276.38º 0.46% 0.8% -
XYZ 32.41 23.73 60 -
YUV 137.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 167 110 204 0.18 0.46 0 0.2 276.38 0.48 0.62
Hex A7 6E CC 12 2E 0 14 114 30 3E
Octal 247 156 314 22 56 0 24 424 60 76
Binary 10100111 1101110 11001100 10010 101110 0 10100 100010100 110000 111110

Color Harmonies of #A76ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76ECC

Black with #A76ECC

Text Example


Text Example

White with #A76ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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