Html Css Color HEX #AC71CC Amethyst

📋 copy color: '#AC71CC'

red 172 ◦ green 113 ◦ blue 204

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

Shades of Amethyst #AC71CC

Tints of Amethyst #AC71CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 35.17%
G = 23.11%
B = 41.72%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC71CC (or 0xAC71CC) is known color: Amethyst. HEX triplet: AC, 71 and CC. RGB value is (172,113,204). Sum of RGB (Red+Green+Blue) = 172+113+204=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC71CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71CC is #538E33. Grayscale: #8C8C8C. Windows color (decimal): -5475892 or 13398444. OLE color: 13398444.

HSL color Cylindrical-coordinate representation of color #AC71CC: hue angle of 278.9º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC71CC is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 113 204 -
CMYK 0.16 0.45 0 0.2
HSL 278.9º 0.47% 0.62% -
HSV(B) 278.9º 0.45% 0.8% -
XYZ 33.82 24.94 60.16 -
YUV 141.02 163.55 150.1 -
System Red Green Blue C M Y K H S L
Decimal 172 113 204 0.16 0.45 0 0.2 278.9 0.47 0.62
Hex AC 71 CC 10 2D 0 14 117 2F 3E
Octal 254 161 314 20 55 0 24 427 57 76
Binary 10101100 1110001 11001100 10000 101101 0 10100 100010111 101111 111110

Color Harmonies of #AC71CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC71CC

Black with #AC71CC

Text Example


Text Example

White with #AC71CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC71CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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