Html Css Color HEX #A776CE Amethyst

📋 copy color: '#A776CE'

red 167 ◦ green 118 ◦ blue 206

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

Shades of Amethyst #A776CE

Tints of Amethyst #A776CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 34.01%
G = 24.03%
B = 41.96%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A776CE (or 0xA776CE) is known color: Amethyst. HEX triplet: A7, 76 and CE. RGB value is (167,118,206). Sum of RGB (Red+Green+Blue) = 167+118+206=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #A776CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A776CE is #588931. Grayscale: #8E8E8E. Windows color (decimal): -5802290 or 13530791. OLE color: 13530791.

HSL color Cylindrical-coordinate representation of color #A776CE: hue angle of 273.41º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A776CE is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 118 206 -
CMYK 0.19 0.43 0 0.19
HSL 273.41º 0.47% 0.64% -
HSV(B) 273.41º 0.43% 0.81% -
XYZ 33.56 25.63 61.57 -
YUV 142.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 167 118 206 0.19 0.43 0 0.19 273.41 0.47 0.64
Hex A7 76 CE 13 2B 0 13 111 2F 40
Octal 247 166 316 23 53 0 23 421 57 100
Binary 10100111 1110110 11001110 10011 101011 0 10011 100010001 101111 1000000

Color Harmonies of #A776CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A776CE

Black with #A776CE

Text Example


Text Example

White with #A776CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A776CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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