Html Css Color HEX #A76EDC Amethyst

📋 copy color: '#A76EDC'

red 167 ◦ green 110 ◦ blue 220

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

Shades of Amethyst #A76EDC

Tints of Amethyst #A76EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 33.6%
G = 22.13%
B = 44.27%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A76EDC (or 0xA76EDC) is known color: Amethyst. HEX triplet: A7, 6E and DC. RGB value is (167,110,220). Sum of RGB (Red+Green+Blue) = 167+110+220=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #A76EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76EDC is #589123. Grayscale: #8B8B8B. Windows color (decimal): -5804324 or 14446247. OLE color: 14446247.

HSL color Cylindrical-coordinate representation of color #A76EDC: hue angle of 271.09º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A76EDC is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 110 220 -
CMYK 0.24 0.50 0 0.14
HSL 271.09º 0.61% 0.65% -
HSV(B) 271.09º 0.5% 0.86% -
XYZ 34.43 24.53 70.63 -
YUV 139.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 167 110 220 0.24 0.50 0 0.14 271.09 0.61 0.65
Hex A7 6E DC 18 32 0 E 10F 3D 41
Octal 247 156 334 30 62 0 16 417 75 101
Binary 10100111 1101110 11011100 11000 110010 0 1110 100001111 111101 1000001

Color Harmonies of #A76EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76EDC

Black with #A76EDC

Text Example


Text Example

White with #A76EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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