Html Css Color HEX #AC77DC Amethyst

📋 copy color: '#AC77DC'

red 172 ◦ green 119 ◦ blue 220

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

Shades of Amethyst #AC77DC

Tints of Amethyst #AC77DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.05%

R = 33.66%
G = 23.29%
B = 43.05%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC77DC (or 0xAC77DC) is known color: Amethyst. HEX triplet: AC, 77 and DC. RGB value is (172,119,220). Sum of RGB (Red+Green+Blue) = 172+119+220=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC77DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77DC is #538823. Grayscale: #929292. Windows color (decimal): -5474340 or 14448556. OLE color: 14448556.

HSL color Cylindrical-coordinate representation of color #AC77DC: hue angle of 271.49º degrees, saturation: 0.59, 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 #AC77DC is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 119 220 -
CMYK 0.22 0.46 0 0.14
HSL 271.49º 0.59% 0.66% -
HSV(B) 271.49º 0.46% 0.86% -
XYZ 36.53 27.13 71.02 -
YUV 146.36 169.56 146.29 -
System Red Green Blue C M Y K H S L
Decimal 172 119 220 0.22 0.46 0 0.14 271.49 0.59 0.66
Hex AC 77 DC 16 2E 0 E 10F 3B 42
Octal 254 167 334 26 56 0 16 417 73 102
Binary 10101100 1110111 11011100 10110 101110 0 1110 100001111 111011 1000010

Color Harmonies of #AC77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC77DC

Black with #AC77DC

Text Example


Text Example

White with #AC77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC77DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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