Html Css Color HEX #A76ADD Amethyst

📋 copy color: '#A76ADD'

red 167 ◦ green 106 ◦ blue 221

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

Shades of Amethyst #A76ADD

Tints of Amethyst #A76ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 33.81%
G = 21.46%
B = 44.74%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A76ADD (or 0xA76ADD) is known color: Amethyst. HEX triplet: A7, 6A and DD. RGB value is (167,106,221). Sum of RGB (Red+Green+Blue) = 167+106+221=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #A76ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76ADD is #589522. Grayscale: #888888. Windows color (decimal): -5805347 or 14510759. OLE color: 14510759.

HSL color Cylindrical-coordinate representation of color #A76ADD: hue angle of 271.83º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A76ADD is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 106 221 -
CMYK 0.24 0.52 0 0.13
HSL 271.83º 0.63% 0.64% -
HSV(B) 271.83º 0.52% 0.87% -
XYZ 34.14 23.74 71.19 -
YUV 137.35 175.21 149.15 -
System Red Green Blue C M Y K H S L
Decimal 167 106 221 0.24 0.52 0 0.13 271.83 0.63 0.64
Hex A7 6A DD 18 34 0 D 110 3F 40
Octal 247 152 335 30 64 0 15 420 77 100
Binary 10100111 1101010 11011101 11000 110100 0 1101 100010000 111111 1000000

Color Harmonies of #A76ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76ADD

Black with #A76ADD

Text Example


Text Example

White with #A76ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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