Html Css Color HEX #AC76CE Amethyst

📋 copy color: '#AC76CE'

red 172 ◦ green 118 ◦ blue 206

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

Shades of Amethyst #AC76CE

Tints of Amethyst #AC76CE

RGB

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

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

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

R = 34.68%
G = 23.79%
B = 41.53%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC76CE (or 0xAC76CE) is known color: Amethyst. HEX triplet: AC, 76 and CE. RGB value is (172,118,206). Sum of RGB (Red+Green+Blue) = 172+118+206=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC76CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76CE is #538931. Grayscale: #8F8F8F. Windows color (decimal): -5474610 or 13530796. OLE color: 13530796.

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

Color convert

RGB 172 118 206 -
CMYK 0.17 0.43 0 0.19
HSL 276.82º 0.47% 0.64% -
HSV(B) 276.82º 0.43% 0.81% -
XYZ 34.63 26.18 61.62 -
YUV 144.18 162.89 147.84 -
System Red Green Blue C M Y K H S L
Decimal 172 118 206 0.17 0.43 0 0.19 276.82 0.47 0.64
Hex AC 76 CE 11 2B 0 13 115 2F 40
Octal 254 166 316 21 53 0 23 425 57 100
Binary 10101100 1110110 11001110 10001 101011 0 10011 100010101 101111 1000000

Color Harmonies of #AC76CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC76CE

Black with #AC76CE

Text Example


Text Example

White with #AC76CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC76CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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