Html Css Color HEX #A776D9 Amethyst

📋 copy color: '#A776D9'

red 167 ◦ green 118 ◦ blue 217

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

Shades of Amethyst #A776D9

Tints of Amethyst #A776D9

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.51%

 BLUE value IS 217 (85.16% from 255) = 43.23%

R = 33.27%
G = 23.51%
B = 43.23%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A776D9 (or 0xA776D9) is known color: Amethyst. HEX triplet: A7, 76 and D9. RGB value is (167,118,217). Sum of RGB (Red+Green+Blue) = 167+118+217=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #A776D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A776D9 is #588926. Grayscale: #8F8F8F. Windows color (decimal): -5802279 or 14251687. OLE color: 14251687.

HSL color Cylindrical-coordinate representation of color #A776D9: hue angle of 269.7º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A776D9 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 118 217 -
CMYK 0.23 0.46 0 0.15
HSL 269.7º 0.57% 0.66% -
HSV(B) 269.7º 0.46% 0.85% -
XYZ 34.94 26.18 68.86 -
YUV 143.94 169.23 144.45 -
System Red Green Blue C M Y K H S L
Decimal 167 118 217 0.23 0.46 0 0.15 269.7 0.57 0.66
Hex A7 76 D9 17 2E 0 F 10E 39 42
Octal 247 166 331 27 56 0 17 416 71 102
Binary 10100111 1110110 11011001 10111 101110 0 1111 100001110 111001 1000010

Color Harmonies of #A776D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A776D9

Black with #A776D9

Text Example


Text Example

White with #A776D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A776D9; }

 p { color: rgb(167,118,217); }

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

background-color css

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

 a { background-color: rgb(167,118,217); }

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

border-color css

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

 span { border-color: rgb(167,118,217); }

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