Html Css Color HEX #AC66DC Amethyst

📋 copy color: '#AC66DC'

red 172 ◦ green 102 ◦ blue 220

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

Shades of Amethyst #AC66DC

Tints of Amethyst #AC66DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.65%

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

R = 34.82%
G = 20.65%
B = 44.53%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC66DC (or 0xAC66DC) is known color: Amethyst. HEX triplet: AC, 66 and DC. RGB value is (172,102,220). Sum of RGB (Red+Green+Blue) = 172+102+220=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC66DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC66DC is #539923. Grayscale: #878787. Windows color (decimal): -5478692 or 14444204. OLE color: 14444204.

HSL color Cylindrical-coordinate representation of color #AC66DC: hue angle of 275.59º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC66DC is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 102 220 -
CMYK 0.22 0.54 0 0.14
HSL 275.59º 0.63% 0.63% -
HSV(B) 275.59º 0.54% 0.86% -
XYZ 34.68 23.44 70.41 -
YUV 136.38 175.19 153.41 -
System Red Green Blue C M Y K H S L
Decimal 172 102 220 0.22 0.54 0 0.14 275.59 0.63 0.63
Hex AC 66 DC 16 36 0 E 114 3F 3F
Octal 254 146 334 26 66 0 16 424 77 77
Binary 10101100 1100110 11011100 10110 110110 0 1110 100010100 111111 111111

Color Harmonies of #AC66DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC66DC

Black with #AC66DC

Text Example


Text Example

White with #AC66DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC66DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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