Html Css Color HEX #A76AD1 Amethyst

📋 copy color: '#A76AD1'

red 167 ◦ green 106 ◦ blue 209

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

Shades of Amethyst #A76AD1

Tints of Amethyst #A76AD1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.99%

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

R = 34.65%
G = 21.99%
B = 43.36%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A76AD1 (or 0xA76AD1) is known color: Amethyst. HEX triplet: A7, 6A and D1. RGB value is (167,106,209). Sum of RGB (Red+Green+Blue) = 167+106+209=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #A76AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76AD1 is #58952E. Grayscale: #878787. Windows color (decimal): -5805359 or 13724327. OLE color: 13724327.

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

Color convert

RGB 167 106 209 -
CMYK 0.20 0.49 0 0.18
HSL 275.53º 0.53% 0.62% -
HSV(B) 275.53º 0.49% 0.82% -
XYZ 32.6 23.13 63.07 -
YUV 135.98 169.21 150.12 -
System Red Green Blue C M Y K H S L
Decimal 167 106 209 0.20 0.49 0 0.18 275.53 0.53 0.62
Hex A7 6A D1 14 31 0 12 114 35 3E
Octal 247 152 321 24 61 0 22 424 65 76
Binary 10100111 1101010 11010001 10100 110001 0 10010 100010100 110101 111110

Color Harmonies of #A76AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76AD1

Black with #A76AD1

Text Example


Text Example

White with #A76AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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