Html Css Color HEX #AC77DD Amethyst

📋 copy color: '#AC77DD'

red 172 ◦ green 119 ◦ blue 221

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

Shades of Amethyst #AC77DD

Tints of Amethyst #AC77DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 33.59%
G = 23.24%
B = 43.16%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC77DD (or 0xAC77DD) is known color: Amethyst. HEX triplet: AC, 77 and DD. RGB value is (172,119,221). Sum of RGB (Red+Green+Blue) = 172+119+221=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC77DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77DD is #538822. Grayscale: #929292. Windows color (decimal): -5474339 or 14514092. OLE color: 14514092.

HSL color Cylindrical-coordinate representation of color #AC77DD: hue angle of 271.18º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC77DD is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 119 221 -
CMYK 0.22 0.46 0 0.13
HSL 271.18º 0.6% 0.67% -
HSV(B) 271.18º 0.46% 0.87% -
XYZ 36.66 27.18 71.72 -
YUV 146.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 172 119 221 0.22 0.46 0 0.13 271.18 0.6 0.67
Hex AC 77 DD 16 2E 0 D 10F 3C 43
Octal 254 167 335 26 56 0 15 417 74 103
Binary 10101100 1110111 11011101 10110 101110 0 1101 100001111 111100 1000011

Color Harmonies of #AC77DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC77DD

Black with #AC77DD

Text Example


Text Example

White with #AC77DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC77DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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