Html Css Color HEX #AC6FDC Amethyst

📋 copy color: '#AC6FDC'

red 172 ◦ green 111 ◦ blue 220

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

Shades of Amethyst #AC6FDC

Tints of Amethyst #AC6FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.07%

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

R = 34.19%
G = 22.07%
B = 43.74%

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

#AC6FDC (or 0xAC6FDC) is known color: Amethyst. HEX triplet: AC, 6F and DC. RGB value is (172,111,220). Sum of RGB (Red+Green+Blue) = 172+111+220=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC6FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6FDC is #539023. Grayscale: #8D8D8D. Windows color (decimal): -5476388 or 14446508. OLE color: 14446508.

HSL color Cylindrical-coordinate representation of color #AC6FDC: hue angle of 273.58º 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 #AC6FDC is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 111 220 -
CMYK 0.22 0.50 0 0.14
HSL 273.58º 0.61% 0.65% -
HSV(B) 273.58º 0.5% 0.86% -
XYZ 35.62 25.31 70.72 -
YUV 141.67 172.21 149.64 -
System Red Green Blue C M Y K H S L
Decimal 172 111 220 0.22 0.50 0 0.14 273.58 0.61 0.65
Hex AC 6F DC 16 32 0 E 112 3D 41
Octal 254 157 334 26 62 0 16 422 75 101
Binary 10101100 1101111 11011100 10110 110010 0 1110 100010010 111101 1000001

Color Harmonies of #AC6FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6FDC

Black with #AC6FDC

Text Example


Text Example

White with #AC6FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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