Html Css Color HEX #AC76D7 Amethyst

📋 copy color: '#AC76D7'

red 172 ◦ green 118 ◦ blue 215

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

Shades of Amethyst #AC76D7

Tints of Amethyst #AC76D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.57%

R = 34.06%
G = 23.37%
B = 42.57%

CMYK

 C value IS 0.2

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC76D7 (or 0xAC76D7) is known color: Amethyst. HEX triplet: AC, 76 and D7. RGB value is (172,118,215). Sum of RGB (Red+Green+Blue) = 172+118+215=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC76D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76D7 is #538928. Grayscale: #909090. Windows color (decimal): -5474601 or 14120620. OLE color: 14120620.

HSL color Cylindrical-coordinate representation of color #AC76D7: hue angle of 273.4º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC76D7 is Cyan = 0.2, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 118 215 -
CMYK 0.2 0.45 0 0.16
HSL 273.4º 0.55% 0.65% -
HSV(B) 273.4º 0.45% 0.84% -
XYZ 35.76 26.63 67.55 -
YUV 145.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 172 118 215 0.2 0.45 0 0.16 273.4 0.55 0.65
Hex AC 76 D7 14 2D 0 10 111 37 41
Octal 254 166 327 24 55 0 20 421 67 101
Binary 10101100 1110110 11010111 10100 101101 0 10000 100010001 110111 1000001

Color Harmonies of #AC76D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC76D7

Black with #AC76D7

Text Example


Text Example

White with #AC76D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC76D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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