Html Css Color HEX #A76EDA Amethyst

📋 copy color: '#A76EDA'

red 167 ◦ green 110 ◦ blue 218

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

Shades of Amethyst #A76EDA

Tints of Amethyst #A76EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 33.74%
G = 22.22%
B = 44.04%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A76EDA (or 0xA76EDA) is known color: Amethyst. HEX triplet: A7, 6E and DA. RGB value is (167,110,218). Sum of RGB (Red+Green+Blue) = 167+110+218=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #A76EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76EDA is #589125. Grayscale: #8A8A8A. Windows color (decimal): -5804326 or 14315175. OLE color: 14315175.

HSL color Cylindrical-coordinate representation of color #A76EDA: hue angle of 271.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A76EDA is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 110 218 -
CMYK 0.23 0.50 0 0.15
HSL 271.67º 0.59% 0.64% -
HSV(B) 271.67º 0.5% 0.85% -
XYZ 34.17 24.43 69.24 -
YUV 139.36 172.38 147.72 -
System Red Green Blue C M Y K H S L
Decimal 167 110 218 0.23 0.50 0 0.15 271.67 0.59 0.64
Hex A7 6E DA 17 32 0 F 110 3B 40
Octal 247 156 332 27 62 0 17 420 73 100
Binary 10100111 1101110 11011010 10111 110010 0 1111 100010000 111011 1000000

Color Harmonies of #A76EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76EDA

Black with #A76EDA

Text Example


Text Example

White with #A76EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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