Html Css Color HEX #AC77DB Amethyst

📋 copy color: '#AC77DB'

red 172 ◦ green 119 ◦ blue 219

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

Shades of Amethyst #AC77DB

Tints of Amethyst #AC77DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.33%

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

R = 33.73%
G = 23.33%
B = 42.94%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC77DB (or 0xAC77DB) is known color: Amethyst. HEX triplet: AC, 77 and DB. RGB value is (172,119,219). Sum of RGB (Red+Green+Blue) = 172+119+219=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC77DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77DB is #538824. Grayscale: #919191. Windows color (decimal): -5474341 or 14383020. OLE color: 14383020.

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

Color convert

RGB 172 119 219 -
CMYK 0.21 0.46 0 0.14
HSL 271.8º 0.58% 0.66% -
HSV(B) 271.8º 0.46% 0.86% -
XYZ 36.4 27.08 70.33 -
YUV 146.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 172 119 219 0.21 0.46 0 0.14 271.8 0.58 0.66
Hex AC 77 DB 15 2E 0 E 110 3A 42
Octal 254 167 333 25 56 0 16 420 72 102
Binary 10101100 1110111 11011011 10101 101110 0 1110 100010000 111010 1000010

Color Harmonies of #AC77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC77DB

Black with #AC77DB

Text Example


Text Example

White with #AC77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC77DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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