#AC77DC

Color #AC77DC Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #AC77DC

Tints of Amethyst #AC77DC

Color information

#AC77DC (or 0xAC77DC) is unknown color: approx 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

RGB172119220-
CMYK0.220.4600.14
HSL271.49º59.06%66.47%-
HSV(B)271.49º45.91%86.27%-
XYZ36.5327.1371.02-
YUV146.36169.56146.29-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721192200.220.4600.14271.4959.0666.47
HexAC77DC162E0E10f3b42
Octal254167334265601641773102
Binary1010110011101111101110010110101110011101000011111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC77DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>