Html Css Color HEX #AC73DC Amethyst

📋 copy color: '#AC73DC'

red 172 ◦ green 115 ◦ blue 220

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

Shades of Amethyst #AC73DC

Tints of Amethyst #AC73DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.68%

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

R = 33.93%
G = 22.68%
B = 43.39%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC73DC (or 0xAC73DC) is known color: Amethyst. HEX triplet: AC, 73 and DC. RGB value is (172,115,220). Sum of RGB (Red+Green+Blue) = 172+115+220=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC73DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC73DC is #538C23. Grayscale: #8F8F8F. Windows color (decimal): -5475364 or 14447532. OLE color: 14447532.

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

Color convert

RGB 172 115 220 -
CMYK 0.22 0.48 0 0.14
HSL 272.57º 0.6% 0.66% -
HSV(B) 272.57º 0.48% 0.86% -
XYZ 36.06 26.2 70.87 -
YUV 144.01 170.88 147.96 -
System Red Green Blue C M Y K H S L
Decimal 172 115 220 0.22 0.48 0 0.14 272.57 0.6 0.66
Hex AC 73 DC 16 30 0 E 111 3C 42
Octal 254 163 334 26 60 0 16 421 74 102
Binary 10101100 1110011 11011100 10110 110000 0 1110 100010001 111100 1000010

Color Harmonies of #AC73DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC73DC

Black with #AC73DC

Text Example


Text Example

White with #AC73DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC73DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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