Html Css Color HEX #AC71D9 Amethyst

📋 copy color: '#AC71D9'

red 172 ◦ green 113 ◦ blue 217

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

Shades of Amethyst #AC71D9

Tints of Amethyst #AC71D9

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.51%

 BLUE value IS 217 (85.16% from 255) = 43.23%

R = 34.26%
G = 22.51%
B = 43.23%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC71D9 (or 0xAC71D9) is known color: Amethyst. HEX triplet: AC, 71 and D9. RGB value is (172,113,217). Sum of RGB (Red+Green+Blue) = 172+113+217=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC71D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71D9 is #538E26. Grayscale: #8E8E8E. Windows color (decimal): -5475879 or 14250412. OLE color: 14250412.

HSL color Cylindrical-coordinate representation of color #AC71D9: hue angle of 274.04º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC71D9 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 113 217 -
CMYK 0.21 0.48 0 0.15
HSL 274.04º 0.58% 0.65% -
HSV(B) 274.04º 0.48% 0.85% -
XYZ 35.44 25.59 68.72 -
YUV 142.5 170.05 149.04 -
System Red Green Blue C M Y K H S L
Decimal 172 113 217 0.21 0.48 0 0.15 274.04 0.58 0.65
Hex AC 71 D9 15 30 0 F 112 3A 41
Octal 254 161 331 25 60 0 17 422 72 101
Binary 10101100 1110001 11011001 10101 110000 0 1111 100010010 111010 1000001

Color Harmonies of #AC71D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC71D9

Black with #AC71D9

Text Example


Text Example

White with #AC71D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC71D9; }

 p { color: rgb(172,113,217); }

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

background-color css

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

 a { background-color: rgb(172,113,217); }

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

border-color css

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

 span { border-color: rgb(172,113,217); }

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