Html Css Color HEX #AC77DA Amethyst

📋 copy color: '#AC77DA'

red 172 ◦ green 119 ◦ blue 218

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

Shades of Amethyst #AC77DA

Tints of Amethyst #AC77DA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.38%

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 33.79%
G = 23.38%
B = 42.83%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC77DA (or 0xAC77DA) is known color: Amethyst. HEX triplet: AC, 77 and DA. RGB value is (172,119,218). Sum of RGB (Red+Green+Blue) = 172+119+218=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC77DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77DA is #538825. Grayscale: #919191. Windows color (decimal): -5474342 or 14317484. OLE color: 14317484.

HSL color Cylindrical-coordinate representation of color #AC77DA: hue angle of 272.12º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC77DA is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 119 218 -
CMYK 0.21 0.45 0 0.15
HSL 272.12º 0.57% 0.66% -
HSV(B) 272.12º 0.45% 0.85% -
XYZ 36.26 27.03 69.63 -
YUV 146.13 168.56 146.45 -
System Red Green Blue C M Y K H S L
Decimal 172 119 218 0.21 0.45 0 0.15 272.12 0.57 0.66
Hex AC 77 DA 15 2D 0 F 110 39 42
Octal 254 167 332 25 55 0 17 420 71 102
Binary 10101100 1110111 11011010 10101 101101 0 1111 100010000 111001 1000010

Color Harmonies of #AC77DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC77DA

Black with #AC77DA

Text Example


Text Example

White with #AC77DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC77DA; }

 p { color: rgb(172,119,218); }

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

background-color css

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

 a { background-color: rgb(172,119,218); }

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

border-color css

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

 span { border-color: rgb(172,119,218); }

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