Html Css Color HEX #A776D0 Amethyst

📋 copy color: '#A776D0'

red 167 ◦ green 118 ◦ blue 208

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

Shades of Amethyst #A776D0

Tints of Amethyst #A776D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.19%

R = 33.87%
G = 23.94%
B = 42.19%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A776D0 (or 0xA776D0) is known color: Amethyst. HEX triplet: A7, 76 and D0. RGB value is (167,118,208). Sum of RGB (Red+Green+Blue) = 167+118+208=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #A776D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A776D0 is #58892F. Grayscale: #8E8E8E. Windows color (decimal): -5802288 or 13661863. OLE color: 13661863.

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

Color convert

RGB 167 118 208 -
CMYK 0.20 0.43 0 0.18
HSL 272.67º 0.49% 0.64% -
HSV(B) 272.67º 0.43% 0.82% -
XYZ 33.8 25.73 62.86 -
YUV 142.91 164.73 145.18 -
System Red Green Blue C M Y K H S L
Decimal 167 118 208 0.20 0.43 0 0.18 272.67 0.49 0.64
Hex A7 76 D0 14 2B 0 12 111 31 40
Octal 247 166 320 24 53 0 22 421 61 100
Binary 10100111 1110110 11010000 10100 101011 0 10010 100010001 110001 1000000

Color Harmonies of #A776D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A776D0

Black with #A776D0

Text Example


Text Example

White with #A776D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A776D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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