Html Css Color HEX #AC6DDC Amethyst

📋 copy color: '#AC6DDC'

red 172 ◦ green 109 ◦ blue 220

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

Shades of Amethyst #AC6DDC

Tints of Amethyst #AC6DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 34.33%
G = 21.76%
B = 43.91%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC6DDC (or 0xAC6DDC) is known color: Amethyst. HEX triplet: AC, 6D and DC. RGB value is (172,109,220). Sum of RGB (Red+Green+Blue) = 172+109+220=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC6DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DDC is #539223. Grayscale: #8C8C8C. Windows color (decimal): -5476900 or 14445996. OLE color: 14445996.

HSL color Cylindrical-coordinate representation of color #AC6DDC: hue angle of 274.05º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC6DDC is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 109 220 -
CMYK 0.22 0.50 0 0.14
HSL 274.05º 0.61% 0.65% -
HSV(B) 274.05º 0.5% 0.86% -
XYZ 35.4 24.88 70.65 -
YUV 140.49 172.87 150.47 -
System Red Green Blue C M Y K H S L
Decimal 172 109 220 0.22 0.50 0 0.14 274.05 0.61 0.65
Hex AC 6D DC 16 32 0 E 112 3D 41
Octal 254 155 334 26 62 0 16 422 75 101
Binary 10101100 1101101 11011100 10110 110010 0 1110 100010010 111101 1000001

Color Harmonies of #AC6DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6DDC

Black with #AC6DDC

Text Example


Text Example

White with #AC6DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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