Html Css Color HEX #A777CE Amethyst

📋 copy color: '#A777CE'

red 167 ◦ green 119 ◦ blue 206

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

Shades of Amethyst #A777CE

Tints of Amethyst #A777CE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.19%

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

R = 33.94%
G = 24.19%
B = 41.87%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A777CE (or 0xA777CE) is known color: Amethyst. HEX triplet: A7, 77 and CE. RGB value is (167,119,206). Sum of RGB (Red+Green+Blue) = 167+119+206=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #A777CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A777CE is #588831. Grayscale: #8E8E8E. Windows color (decimal): -5802034 or 13531047. OLE color: 13531047.

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

Color convert

RGB 167 119 206 -
CMYK 0.19 0.42 0 0.19
HSL 273.1º 0.47% 0.64% -
HSV(B) 273.1º 0.42% 0.81% -
XYZ 33.67 25.87 61.61 -
YUV 143.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 167 119 206 0.19 0.42 0 0.19 273.1 0.47 0.64
Hex A7 77 CE 13 2A 0 13 111 2F 40
Octal 247 167 316 23 52 0 23 421 57 100
Binary 10100111 1110111 11001110 10011 101010 0 10011 100010001 101111 1000000

Color Harmonies of #A777CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A777CE

Black with #A777CE

Text Example


Text Example

White with #A777CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A777CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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