Html Css Color HEX #AC76DD Amethyst

📋 copy color: '#AC76DD'

red 172 ◦ green 118 ◦ blue 221

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

Shades of Amethyst #AC76DD

Tints of Amethyst #AC76DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.25%

R = 33.66%
G = 23.09%
B = 43.25%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC76DD (or 0xAC76DD) is known color: Amethyst. HEX triplet: AC, 76 and DD. RGB value is (172,118,221). Sum of RGB (Red+Green+Blue) = 172+118+221=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC76DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76DD is #538922. Grayscale: #919191. Windows color (decimal): -5474595 or 14513836. OLE color: 14513836.

HSL color Cylindrical-coordinate representation of color #AC76DD: hue angle of 271.46º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC76DD is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 118 221 -
CMYK 0.22 0.47 0 0.13
HSL 271.46º 0.6% 0.66% -
HSV(B) 271.46º 0.47% 0.87% -
XYZ 36.54 26.95 71.68 -
YUV 145.89 170.39 146.62 -
System Red Green Blue C M Y K H S L
Decimal 172 118 221 0.22 0.47 0 0.13 271.46 0.6 0.66
Hex AC 76 DD 16 2F 0 D 10F 3C 42
Octal 254 166 335 26 57 0 15 417 74 102
Binary 10101100 1110110 11011101 10110 101111 0 1101 100001111 111100 1000010

Color Harmonies of #AC76DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC76DD

Black with #AC76DD

Text Example


Text Example

White with #AC76DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC76DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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