Html Css Color HEX #AC77D7 Amethyst

📋 copy color: '#AC77D7'

red 172 ◦ green 119 ◦ blue 215

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

Shades of Amethyst #AC77D7

Tints of Amethyst #AC77D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.49%

R = 33.99%
G = 23.52%
B = 42.49%

CMYK

 C value IS 0.2

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC77D7 (or 0xAC77D7) is known color: Amethyst. HEX triplet: AC, 77 and D7. RGB value is (172,119,215). Sum of RGB (Red+Green+Blue) = 172+119+215=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC77D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77D7 is #538828. Grayscale: #919191. Windows color (decimal): -5474345 or 14120876. OLE color: 14120876.

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

Color convert

RGB 172 119 215 -
CMYK 0.2 0.45 0 0.16
HSL 273.13º 0.55% 0.65% -
HSV(B) 273.13º 0.45% 0.84% -
XYZ 35.88 26.87 67.59 -
YUV 145.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 172 119 215 0.2 0.45 0 0.16 273.13 0.55 0.65
Hex AC 77 D7 14 2D 0 10 111 37 41
Octal 254 167 327 24 55 0 20 421 67 101
Binary 10101100 1110111 11010111 10100 101101 0 10000 100010001 110111 1000001

Color Harmonies of #AC77D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC77D7

Black with #AC77D7

Text Example


Text Example

White with #AC77D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC77D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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