Html Css Color HEX #AC6ADC Amethyst

📋 copy color: '#AC6ADC'

red 172 ◦ green 106 ◦ blue 220

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

Shades of Amethyst #AC6ADC

Tints of Amethyst #AC6ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.29%

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

R = 34.54%
G = 21.29%
B = 44.18%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC6ADC (or 0xAC6ADC) is known color: Amethyst. HEX triplet: AC, 6A and DC. RGB value is (172,106,220). Sum of RGB (Red+Green+Blue) = 172+106+220=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC6ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ADC is #539523. Grayscale: #8A8A8A. Windows color (decimal): -5477668 or 14445228. OLE color: 14445228.

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

Color convert

RGB 172 106 220 -
CMYK 0.22 0.52 0 0.14
HSL 274.74º 0.62% 0.64% -
HSV(B) 274.74º 0.52% 0.86% -
XYZ 35.09 24.25 70.54 -
YUV 138.73 173.87 151.73 -
System Red Green Blue C M Y K H S L
Decimal 172 106 220 0.22 0.52 0 0.14 274.74 0.62 0.64
Hex AC 6A DC 16 34 0 E 113 3E 40
Octal 254 152 334 26 64 0 16 423 76 100
Binary 10101100 1101010 11011100 10110 110100 0 1110 100010011 111110 1000000

Color Harmonies of #AC6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6ADC

Black with #AC6ADC

Text Example


Text Example

White with #AC6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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