Html Css Color HEX #AC71CF Amethyst

📋 copy color: '#AC71CF'

red 172 ◦ green 113 ◦ blue 207

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

Shades of Amethyst #AC71CF

Tints of Amethyst #AC71CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 34.96%
G = 22.97%
B = 42.07%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC71CF (or 0xAC71CF) is known color: Amethyst. HEX triplet: AC, 71 and CF. RGB value is (172,113,207). Sum of RGB (Red+Green+Blue) = 172+113+207=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC71CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71CF is #538E30. Grayscale: #8D8D8D. Windows color (decimal): -5475889 or 13595052. OLE color: 13595052.

HSL color Cylindrical-coordinate representation of color #AC71CF: hue angle of 277.66º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC71CF is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 113 207 -
CMYK 0.17 0.45 0 0.19
HSL 277.66º 0.49% 0.63% -
HSV(B) 277.66º 0.45% 0.81% -
XYZ 34.18 25.09 62.07 -
YUV 141.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 172 113 207 0.17 0.45 0 0.19 277.66 0.49 0.63
Hex AC 71 CF 11 2D 0 13 116 31 3F
Octal 254 161 317 21 55 0 23 426 61 77
Binary 10101100 1110001 11001111 10001 101101 0 10011 100010110 110001 111111

Color Harmonies of #AC71CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC71CF

Black with #AC71CF

Text Example


Text Example

White with #AC71CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC71CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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