Html Css Color HEX #A777CC Amethyst

📋 copy color: '#A777CC'

red 167 ◦ green 119 ◦ blue 204

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

Shades of Amethyst #A777CC

Tints of Amethyst #A777CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 34.08%
G = 24.29%
B = 41.63%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A777CC (or 0xA777CC) is known color: Amethyst. HEX triplet: A7, 77 and CC. RGB value is (167,119,204). Sum of RGB (Red+Green+Blue) = 167+119+204=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #A777CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A777CC is #588833. Grayscale: #8E8E8E. Windows color (decimal): -5802036 or 13399975. OLE color: 13399975.

HSL color Cylindrical-coordinate representation of color #A777CC: hue angle of 273.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A777CC is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 119 204 -
CMYK 0.18 0.42 0 0.2
HSL 273.88º 0.45% 0.63% -
HSV(B) 273.88º 0.42% 0.8% -
XYZ 33.43 25.77 60.34 -
YUV 143.04 162.4 145.09 -
System Red Green Blue C M Y K H S L
Decimal 167 119 204 0.18 0.42 0 0.2 273.88 0.45 0.63
Hex A7 77 CC 12 2A 0 14 112 2D 3F
Octal 247 167 314 22 52 0 24 422 55 77
Binary 10100111 1110111 11001100 10010 101010 0 10100 100010010 101101 111111

Color Harmonies of #A777CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A777CC

Black with #A777CC

Text Example


Text Example

White with #A777CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A777CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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