Html Css Color HEX #AC76DB Amethyst

📋 copy color: '#AC76DB'

red 172 ◦ green 118 ◦ blue 219

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

Shades of Amethyst #AC76DB

Tints of Amethyst #AC76DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.03%

R = 33.79%
G = 23.18%
B = 43.03%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC76DB (or 0xAC76DB) is known color: Amethyst. HEX triplet: AC, 76 and DB. RGB value is (172,118,219). Sum of RGB (Red+Green+Blue) = 172+118+219=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC76DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76DB is #538924. Grayscale: #919191. Windows color (decimal): -5474597 or 14382764. OLE color: 14382764.

HSL color Cylindrical-coordinate representation of color #AC76DB: hue angle of 272.08º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC76DB is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 118 219 -
CMYK 0.21 0.46 0 0.14
HSL 272.08º 0.58% 0.66% -
HSV(B) 272.08º 0.46% 0.86% -
XYZ 36.28 26.84 70.29 -
YUV 145.66 169.39 146.79 -
System Red Green Blue C M Y K H S L
Decimal 172 118 219 0.21 0.46 0 0.14 272.08 0.58 0.66
Hex AC 76 DB 15 2E 0 E 110 3A 42
Octal 254 166 333 25 56 0 16 420 72 102
Binary 10101100 1110110 11011011 10101 101110 0 1110 100010000 111010 1000010

Color Harmonies of #AC76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC76DB

Black with #AC76DB

Text Example


Text Example

White with #AC76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC76DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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