Html Css Color HEX #AC64DC Amethyst

📋 copy color: '#AC64DC'

red 172 ◦ green 100 ◦ blue 220

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

Shades of Amethyst #AC64DC

Tints of Amethyst #AC64DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.33%

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

R = 34.96%
G = 20.33%
B = 44.72%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC64DC (or 0xAC64DC) is known color: Amethyst. HEX triplet: AC, 64 and DC. RGB value is (172,100,220). Sum of RGB (Red+Green+Blue) = 172+100+220=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC64DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64DC is #539B23. Grayscale: #868686. Windows color (decimal): -5479204 or 14443692. OLE color: 14443692.

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

Color convert

RGB 172 100 220 -
CMYK 0.22 0.55 0 0.14
HSL 276º 0.63% 0.63% -
HSV(B) 276º 0.55% 0.86% -
XYZ 34.49 23.05 70.34 -
YUV 135.21 175.85 154.24 -
System Red Green Blue C M Y K H S L
Decimal 172 100 220 0.22 0.55 0 0.14 276 0.63 0.63
Hex AC 64 DC 16 37 0 E 114 3F 3F
Octal 254 144 334 26 67 0 16 424 77 77
Binary 10101100 1100100 11011100 10110 110111 0 1110 100010100 111111 111111

Color Harmonies of #AC64DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC64DC

Black with #AC64DC

Text Example


Text Example

White with #AC64DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC64DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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