Html Css Color HEX #AC78DB Amethyst

📋 copy color: '#AC78DB'

red 172 ◦ green 120 ◦ blue 219

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

Shades of Amethyst #AC78DB

Tints of Amethyst #AC78DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.86%

R = 33.66%
G = 23.48%
B = 42.86%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC78DB (or 0xAC78DB) is known color: Amethyst. HEX triplet: AC, 78 and DB. RGB value is (172,120,219). Sum of RGB (Red+Green+Blue) = 172+120+219=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC78DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC78DB is #538724. Grayscale: #929292. Windows color (decimal): -5474085 or 14383276. OLE color: 14383276.

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

Color convert

RGB 172 120 219 -
CMYK 0.21 0.45 0 0.14
HSL 271.52º 0.58% 0.66% -
HSV(B) 271.52º 0.45% 0.86% -
XYZ 36.52 27.32 70.37 -
YUV 146.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 172 120 219 0.21 0.45 0 0.14 271.52 0.58 0.66
Hex AC 78 DB 15 2D 0 E 110 3A 42
Octal 254 170 333 25 55 0 16 420 72 102
Binary 10101100 1111000 11011011 10101 101101 0 1110 100010000 111010 1000010

Color Harmonies of #AC78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC78DB

Black with #AC78DB

Text Example


Text Example

White with #AC78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC78DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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