Html Css Color HEX #AC72CC Amethyst

📋 copy color: '#AC72CC'

red 172 ◦ green 114 ◦ blue 204

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

Shades of Amethyst #AC72CC

Tints of Amethyst #AC72CC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.27%

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

R = 35.1%
G = 23.27%
B = 41.63%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC72CC (or 0xAC72CC) is known color: Amethyst. HEX triplet: AC, 72 and CC. RGB value is (172,114,204). Sum of RGB (Red+Green+Blue) = 172+114+204=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC72CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC72CC is #538D33. Grayscale: #8D8D8D. Windows color (decimal): -5475636 or 13398700. OLE color: 13398700.

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

Color convert

RGB 172 114 204 -
CMYK 0.16 0.44 0 0.2
HSL 278.67º 0.47% 0.62% -
HSV(B) 278.67º 0.44% 0.8% -
XYZ 33.93 25.16 60.2 -
YUV 141.6 163.22 149.68 -
System Red Green Blue C M Y K H S L
Decimal 172 114 204 0.16 0.44 0 0.2 278.67 0.47 0.62
Hex AC 72 CC 10 2C 0 14 117 2F 3E
Octal 254 162 314 20 54 0 24 427 57 76
Binary 10101100 1110010 11001100 10000 101100 0 10100 100010111 101111 111110

Color Harmonies of #AC72CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC72CC

Black with #AC72CC

Text Example


Text Example

White with #AC72CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC72CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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