Html Css Color HEX #AC77CE Amethyst

📋 copy color: '#AC77CE'

red 172 ◦ green 119 ◦ blue 206

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

Shades of Amethyst #AC77CE

Tints of Amethyst #AC77CE

RGB

 RED value IS 172 (67.58% from 255) = 34.61%

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

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

R = 34.61%
G = 23.94%
B = 41.45%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC77CE (or 0xAC77CE) is known color: Amethyst. HEX triplet: AC, 77 and CE. RGB value is (172,119,206). Sum of RGB (Red+Green+Blue) = 172+119+206=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC77CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77CE is #538831. Grayscale: #909090. Windows color (decimal): -5474354 or 13531052. OLE color: 13531052.

HSL color Cylindrical-coordinate representation of color #AC77CE: hue angle of 276.55º 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 #AC77CE is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 119 206 -
CMYK 0.17 0.42 0 0.19
HSL 276.55º 0.47% 0.64% -
HSV(B) 276.55º 0.42% 0.81% -
XYZ 34.75 26.42 61.66 -
YUV 144.77 162.56 147.43 -
System Red Green Blue C M Y K H S L
Decimal 172 119 206 0.17 0.42 0 0.19 276.55 0.47 0.64
Hex AC 77 CE 11 2A 0 13 115 2F 40
Octal 254 167 316 21 52 0 23 425 57 100
Binary 10101100 1110111 11001110 10001 101010 0 10011 100010101 101111 1000000

Color Harmonies of #AC77CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC77CE

Black with #AC77CE

Text Example


Text Example

White with #AC77CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC77CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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