Html Css Color HEX #AC71DC Amethyst

📋 copy color: '#AC71DC'

red 172 ◦ green 113 ◦ blue 220

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

Shades of Amethyst #AC71DC

Tints of Amethyst #AC71DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 34.06%
G = 22.38%
B = 43.56%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC71DC (or 0xAC71DC) is known color: Amethyst. HEX triplet: AC, 71 and DC. RGB value is (172,113,220). Sum of RGB (Red+Green+Blue) = 172+113+220=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC71DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71DC is #538E23. Grayscale: #8E8E8E. Windows color (decimal): -5475876 or 14447020. OLE color: 14447020.

HSL color Cylindrical-coordinate representation of color #AC71DC: hue angle of 273.08º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC71DC is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 113 220 -
CMYK 0.22 0.49 0 0.14
HSL 273.08º 0.6% 0.65% -
HSV(B) 273.08º 0.49% 0.86% -
XYZ 35.84 25.75 70.79 -
YUV 142.84 171.55 148.8 -
System Red Green Blue C M Y K H S L
Decimal 172 113 220 0.22 0.49 0 0.14 273.08 0.6 0.65
Hex AC 71 DC 16 31 0 E 111 3C 41
Octal 254 161 334 26 61 0 16 421 74 101
Binary 10101100 1110001 11011100 10110 110001 0 1110 100010001 111100 1000001

Color Harmonies of #AC71DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC71DC

Black with #AC71DC

Text Example


Text Example

White with #AC71DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC71DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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