Html Css Color HEX #AC6DD9 Amethyst

📋 copy color: '#AC6DD9'

red 172 ◦ green 109 ◦ blue 217

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

Shades of Amethyst #AC6DD9

Tints of Amethyst #AC6DD9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.89%

 BLUE value IS 217 (85.16% from 255) = 43.57%

R = 34.54%
G = 21.89%
B = 43.57%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC6DD9 (or 0xAC6DD9) is known color: Amethyst. HEX triplet: AC, 6D and D9. RGB value is (172,109,217). Sum of RGB (Red+Green+Blue) = 172+109+217=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC6DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DD9 is #539226. Grayscale: #8B8B8B. Windows color (decimal): -5476903 or 14249388. OLE color: 14249388.

HSL color Cylindrical-coordinate representation of color #AC6DD9: hue angle of 275º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC6DD9 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 109 217 -
CMYK 0.21 0.50 0 0.15
HSL 275º 0.59% 0.64% -
HSV(B) 275º 0.5% 0.85% -
XYZ 35.01 24.72 68.57 -
YUV 140.15 171.37 150.72 -
System Red Green Blue C M Y K H S L
Decimal 172 109 217 0.21 0.50 0 0.15 275 0.59 0.64
Hex AC 6D D9 15 32 0 F 113 3B 40
Octal 254 155 331 25 62 0 17 423 73 100
Binary 10101100 1101101 11011001 10101 110010 0 1111 100010011 111011 1000000

Color Harmonies of #AC6DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6DD9

Black with #AC6DD9

Text Example


Text Example

White with #AC6DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6DD9; }

 p { color: rgb(172,109,217); }

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

background-color css

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

 a { background-color: rgb(172,109,217); }

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

border-color css

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

 span { border-color: rgb(172,109,217); }

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