Html Css Color HEX #A776C8 Amethyst

📋 copy color: '#A776C8'

red 167 ◦ green 118 ◦ blue 200

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

Shades of Amethyst #A776C8

Tints of Amethyst #A776C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.24%

R = 34.43%
G = 24.33%
B = 41.24%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A776C8 (or 0xA776C8) is known color: Amethyst. HEX triplet: A7, 76 and C8. RGB value is (167,118,200). Sum of RGB (Red+Green+Blue) = 167+118+200=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 200 - color contains mainly: blue. Hex color #A776C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A776C8 is #588937. Grayscale: #8D8D8D. Windows color (decimal): -5802296 or 13137575. OLE color: 13137575.

HSL color Cylindrical-coordinate representation of color #A776C8: hue angle of 275.85º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A776C8 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 118 200 -
CMYK 0.16 0.41 0 0.22
HSL 275.85º 0.43% 0.62% -
HSV(B) 275.85º 0.41% 0.78% -
XYZ 32.84 25.34 57.8 -
YUV 142 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 167 118 200 0.16 0.41 0 0.22 275.85 0.43 0.62
Hex A7 76 C8 10 29 0 16 114 2B 3E
Octal 247 166 310 20 51 0 26 424 53 76
Binary 10100111 1110110 11001000 10000 101001 0 10110 100010100 101011 111110

Color Harmonies of #A776C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A776C8

Black with #A776C8

Text Example


Text Example

White with #A776C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A776C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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