Html Css Color HEX #AC66DB Amethyst

📋 copy color: '#AC66DB'

red 172 ◦ green 102 ◦ blue 219

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

Shades of Amethyst #AC66DB

Tints of Amethyst #AC66DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 34.89%
G = 20.69%
B = 44.42%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC66DB (or 0xAC66DB) is known color: Amethyst. HEX triplet: AC, 66 and DB. RGB value is (172,102,219). Sum of RGB (Red+Green+Blue) = 172+102+219=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC66DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC66DB is #539924. Grayscale: #878787. Windows color (decimal): -5478693 or 14378668. OLE color: 14378668.

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

Color convert

RGB 172 102 219 -
CMYK 0.21 0.53 0 0.14
HSL 275.9º 0.62% 0.63% -
HSV(B) 275.9º 0.53% 0.86% -
XYZ 34.55 23.39 69.71 -
YUV 136.27 174.69 153.49 -
System Red Green Blue C M Y K H S L
Decimal 172 102 219 0.21 0.53 0 0.14 275.9 0.62 0.63
Hex AC 66 DB 15 35 0 E 114 3E 3F
Octal 254 146 333 25 65 0 16 424 76 77
Binary 10101100 1100110 11011011 10101 110101 0 1110 100010100 111110 111111

Color Harmonies of #AC66DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC66DB

Black with #AC66DB

Text Example


Text Example

White with #AC66DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC66DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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