Html Css Color HEX #AC71DF Amethyst

📋 copy color: '#AC71DF'

red 172 ◦ green 113 ◦ blue 223

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

Shades of Amethyst #AC71DF

Tints of Amethyst #AC71DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 33.86%
G = 22.24%
B = 43.9%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC71DF (or 0xAC71DF) is known color: Amethyst. HEX triplet: AC, 71 and DF. RGB value is (172,113,223). Sum of RGB (Red+Green+Blue) = 172+113+223=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC71DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71DF is #538E20. Grayscale: #8E8E8E. Windows color (decimal): -5475873 or 14643628. OLE color: 14643628.

HSL color Cylindrical-coordinate representation of color #AC71DF: hue angle of 272.18º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC71DF is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 113 223 -
CMYK 0.23 0.49 0 0.13
HSL 272.18º 0.63% 0.66% -
HSV(B) 272.18º 0.49% 0.87% -
XYZ 36.24 25.91 72.9 -
YUV 143.18 173.05 148.56 -
System Red Green Blue C M Y K H S L
Decimal 172 113 223 0.23 0.49 0 0.13 272.18 0.63 0.66
Hex AC 71 DF 17 31 0 D 110 3F 42
Octal 254 161 337 27 61 0 15 420 77 102
Binary 10101100 1110001 11011111 10111 110001 0 1101 100010000 111111 1000010

Color Harmonies of #AC71DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC71DF

Black with #AC71DF

Text Example


Text Example

White with #AC71DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC71DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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