Html Css Color HEX #AC66DF Amethyst

📋 copy color: '#AC66DF'

red 172 ◦ green 102 ◦ blue 223

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

Shades of Amethyst #AC66DF

Tints of Amethyst #AC66DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 34.61%
G = 20.52%
B = 44.87%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC66DF (or 0xAC66DF) is known color: Amethyst. HEX triplet: AC, 66 and DF. RGB value is (172,102,223). Sum of RGB (Red+Green+Blue) = 172+102+223=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC66DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC66DF is #539920. Grayscale: #888888. Windows color (decimal): -5478689 or 14640812. OLE color: 14640812.

HSL color Cylindrical-coordinate representation of color #AC66DF: hue angle of 274.71º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC66DF is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 102 223 -
CMYK 0.23 0.54 0 0.13
HSL 274.71º 0.65% 0.64% -
HSV(B) 274.71º 0.54% 0.87% -
XYZ 35.08 23.6 72.52 -
YUV 136.72 176.69 153.16 -
System Red Green Blue C M Y K H S L
Decimal 172 102 223 0.23 0.54 0 0.13 274.71 0.65 0.64
Hex AC 66 DF 17 36 0 D 113 41 40
Octal 254 146 337 27 66 0 15 423 101 100
Binary 10101100 1100110 11011111 10111 110110 0 1101 100010011 1000001 1000000

Color Harmonies of #AC66DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC66DF

Black with #AC66DF

Text Example


Text Example

White with #AC66DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC66DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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