Html Css Color HEX #AC77D5 Amethyst

📋 copy color: '#AC77D5'

red 172 ◦ green 119 ◦ blue 213

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

Shades of Amethyst #AC77D5

Tints of Amethyst #AC77D5

RGB

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

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

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

R = 34.13%
G = 23.61%
B = 42.26%

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

#AC77D5 (or 0xAC77D5) is known color: Amethyst. HEX triplet: AC, 77 and D5. RGB value is (172,119,213). Sum of RGB (Red+Green+Blue) = 172+119+213=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC77D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77D5 is #53882A. Grayscale: #919191. Windows color (decimal): -5474347 or 13989804. OLE color: 13989804.

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

Color convert

RGB 172 119 213 -
CMYK 0.19 0.44 0 0.16
HSL 273.83º 0.53% 0.65% -
HSV(B) 273.83º 0.44% 0.84% -
XYZ 35.62 26.77 66.24 -
YUV 145.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 172 119 213 0.19 0.44 0 0.16 273.83 0.53 0.65
Hex AC 77 D5 13 2C 0 10 112 35 41
Octal 254 167 325 23 54 0 20 422 65 101
Binary 10101100 1110111 11010101 10011 101100 0 10000 100010010 110101 1000001

Color Harmonies of #AC77D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC77D5

Black with #AC77D5

Text Example


Text Example

White with #AC77D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC77D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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