Html Css Color HEX #A76ED1 Amethyst

📋 copy color: '#A76ED1'

red 167 ◦ green 110 ◦ blue 209

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

Shades of Amethyst #A76ED1

Tints of Amethyst #A76ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43%

R = 34.36%
G = 22.63%
B = 43%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A76ED1 (or 0xA76ED1) is known color: Amethyst. HEX triplet: A7, 6E and D1. RGB value is (167,110,209). Sum of RGB (Red+Green+Blue) = 167+110+209=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #A76ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76ED1 is #58912E. Grayscale: #898989. Windows color (decimal): -5804335 or 13725351. OLE color: 13725351.

HSL color Cylindrical-coordinate representation of color #A76ED1: hue angle of 274.55º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A76ED1 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 110 209 -
CMYK 0.20 0.47 0 0.18
HSL 274.55º 0.52% 0.63% -
HSV(B) 274.55º 0.47% 0.82% -
XYZ 33.02 23.97 63.21 -
YUV 138.33 167.88 148.45 -
System Red Green Blue C M Y K H S L
Decimal 167 110 209 0.20 0.47 0 0.18 274.55 0.52 0.63
Hex A7 6E D1 14 2F 0 12 113 34 3F
Octal 247 156 321 24 57 0 22 423 64 77
Binary 10100111 1101110 11010001 10100 101111 0 10010 100010011 110100 111111

Color Harmonies of #A76ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76ED1

Black with #A76ED1

Text Example


Text Example

White with #A76ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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