Html Css Color HEX #AC66DD Amethyst

📋 copy color: '#AC66DD'

red 172 ◦ green 102 ◦ blue 221

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

Shades of Amethyst #AC66DD

Tints of Amethyst #AC66DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 34.75%
G = 20.61%
B = 44.65%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC66DD (or 0xAC66DD) is known color: Amethyst. HEX triplet: AC, 66 and DD. RGB value is (172,102,221). Sum of RGB (Red+Green+Blue) = 172+102+221=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC66DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC66DD is #539922. Grayscale: #888888. Windows color (decimal): -5478691 or 14509740. OLE color: 14509740.

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

Color convert

RGB 172 102 221 -
CMYK 0.22 0.54 0 0.13
HSL 275.29º 0.64% 0.63% -
HSV(B) 275.29º 0.54% 0.87% -
XYZ 34.82 23.49 71.11 -
YUV 136.5 175.69 153.32 -
System Red Green Blue C M Y K H S L
Decimal 172 102 221 0.22 0.54 0 0.13 275.29 0.64 0.63
Hex AC 66 DD 16 36 0 D 113 40 3F
Octal 254 146 335 26 66 0 15 423 100 77
Binary 10101100 1100110 11011101 10110 110110 0 1101 100010011 1000000 111111

Color Harmonies of #AC66DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC66DD

Black with #AC66DD

Text Example


Text Example

White with #AC66DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC66DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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