Html Css Color HEX #AC78D6 Amethyst

📋 copy color: '#AC78D6'

red 172 ◦ green 120 ◦ blue 214

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

Shades of Amethyst #AC78D6

Tints of Amethyst #AC78D6

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.72%

 BLUE value IS 214 (83.98% from 255) = 42.29%

R = 33.99%
G = 23.72%
B = 42.29%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC78D6 (or 0xAC78D6) is known color: Amethyst. HEX triplet: AC, 78 and D6. RGB value is (172,120,214). Sum of RGB (Red+Green+Blue) = 172+120+214=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC78D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC78D6 is #538729. Grayscale: #919191. Windows color (decimal): -5474090 or 14055596. OLE color: 14055596.

HSL color Cylindrical-coordinate representation of color #AC78D6: hue angle of 273.19º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC78D6 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 120 214 -
CMYK 0.20 0.44 0 0.16
HSL 273.19º 0.53% 0.65% -
HSV(B) 273.19º 0.44% 0.84% -
XYZ 35.87 27.06 66.95 -
YUV 146.26 166.23 146.36 -
System Red Green Blue C M Y K H S L
Decimal 172 120 214 0.20 0.44 0 0.16 273.19 0.53 0.65
Hex AC 78 D6 14 2C 0 10 111 35 41
Octal 254 170 326 24 54 0 20 421 65 101
Binary 10101100 1111000 11010110 10100 101100 0 10000 100010001 110101 1000001

Color Harmonies of #AC78D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC78D6

Black with #AC78D6

Text Example


Text Example

White with #AC78D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC78D6; }

 p { color: rgb(172,120,214); }

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

background-color css

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

 a { background-color: rgb(172,120,214); }

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

border-color css

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

 span { border-color: rgb(172,120,214); }

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