Html Css Color HEX #AC76D5 Amethyst

📋 copy color: '#AC76D5'

red 172 ◦ green 118 ◦ blue 213

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

Shades of Amethyst #AC76D5

Tints of Amethyst #AC76D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.35%

R = 34.19%
G = 23.46%
B = 42.35%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC76D5 (or 0xAC76D5) is known color: Amethyst. HEX triplet: AC, 76 and D5. RGB value is (172,118,213). Sum of RGB (Red+Green+Blue) = 172+118+213=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC76D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76D5 is #53892A. Grayscale: #909090. Windows color (decimal): -5474603 or 13989548. OLE color: 13989548.

HSL color Cylindrical-coordinate representation of color #AC76D5: hue angle of 274.11º degrees, saturation: 0.53, 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 #AC76D5 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 118 213 -
CMYK 0.19 0.45 0 0.16
HSL 274.11º 0.53% 0.65% -
HSV(B) 274.11º 0.45% 0.84% -
XYZ 35.5 26.53 66.2 -
YUV 144.98 166.39 147.28 -
System Red Green Blue C M Y K H S L
Decimal 172 118 213 0.19 0.45 0 0.16 274.11 0.53 0.65
Hex AC 76 D5 13 2D 0 10 112 35 41
Octal 254 166 325 23 55 0 20 422 65 101
Binary 10101100 1110110 11010101 10011 101101 0 10000 100010010 110101 1000001

Color Harmonies of #AC76D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC76D5

Black with #AC76D5

Text Example


Text Example

White with #AC76D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC76D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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