Html Css Color HEX #AC78D5 Amethyst

📋 copy color: '#AC78D5'

red 172 ◦ green 120 ◦ blue 213

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

Shades of Amethyst #AC78D5

Tints of Amethyst #AC78D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.18%

R = 34.06%
G = 23.76%
B = 42.18%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC78D5 (or 0xAC78D5) is known color: Amethyst. HEX triplet: AC, 78 and D5. RGB value is (172,120,213). Sum of RGB (Red+Green+Blue) = 172+120+213=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC78D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC78D5 is #53872A. Grayscale: #919191. Windows color (decimal): -5474091 or 13990060. OLE color: 13990060.

HSL color Cylindrical-coordinate representation of color #AC78D5: hue angle of 273.55º 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 #AC78D5 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 120 213 -
CMYK 0.19 0.44 0 0.16
HSL 273.55º 0.53% 0.65% -
HSV(B) 273.55º 0.44% 0.84% -
XYZ 35.74 27.01 66.28 -
YUV 146.15 165.73 146.44 -
System Red Green Blue C M Y K H S L
Decimal 172 120 213 0.19 0.44 0 0.16 273.55 0.53 0.65
Hex AC 78 D5 13 2C 0 10 112 35 41
Octal 254 170 325 23 54 0 20 422 65 101
Binary 10101100 1111000 11010101 10011 101100 0 10000 100010010 110101 1000001

Color Harmonies of #AC78D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC78D5

Black with #AC78D5

Text Example


Text Example

White with #AC78D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC78D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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