Html Css Color HEX #AC66DE Amethyst

📋 copy color: '#AC66DE'

red 172 ◦ green 102 ◦ blue 222

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

Shades of Amethyst #AC66DE

Tints of Amethyst #AC66DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.76%

R = 34.68%
G = 20.56%
B = 44.76%

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

#AC66DE (or 0xAC66DE) is known color: Amethyst. HEX triplet: AC, 66 and DE. RGB value is (172,102,222). Sum of RGB (Red+Green+Blue) = 172+102+222=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC66DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC66DE is #539921. Grayscale: #888888. Windows color (decimal): -5478690 or 14575276. OLE color: 14575276.

HSL color Cylindrical-coordinate representation of color #AC66DE: hue angle of 275º 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 #AC66DE is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 102 222 -
CMYK 0.23 0.54 0 0.13
HSL 275º 0.65% 0.64% -
HSV(B) 275º 0.54% 0.87% -
XYZ 34.95 23.55 71.81 -
YUV 136.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 172 102 222 0.23 0.54 0 0.13 275 0.65 0.64
Hex AC 66 DE 17 36 0 D 113 41 40
Octal 254 146 336 27 66 0 15 423 101 100
Binary 10101100 1100110 11011110 10111 110110 0 1101 100010011 1000001 1000000

Color Harmonies of #AC66DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC66DE

Black with #AC66DE

Text Example


Text Example

White with #AC66DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC66DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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