Html Css Color HEX #AC72C9 Amethyst

📋 copy color: '#AC72C9'

red 172 ◦ green 114 ◦ blue 201

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

Shades of Amethyst #AC72C9

Tints of Amethyst #AC72C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.27%

R = 35.32%
G = 23.41%
B = 41.27%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC72C9 (or 0xAC72C9) is known color: Amethyst. HEX triplet: AC, 72 and C9. RGB value is (172,114,201). Sum of RGB (Red+Green+Blue) = 172+114+201=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC72C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC72C9 is #538D36. Grayscale: #8C8C8C. Windows color (decimal): -5475639 or 13202092. OLE color: 13202092.

HSL color Cylindrical-coordinate representation of color #AC72C9: hue angle of 280º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC72C9 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 114 201 -
CMYK 0.14 0.43 0 0.21
HSL 280º 0.45% 0.62% -
HSV(B) 280º 0.43% 0.79% -
XYZ 33.57 25.02 58.32 -
YUV 141.26 161.72 149.93 -
System Red Green Blue C M Y K H S L
Decimal 172 114 201 0.14 0.43 0 0.21 280 0.45 0.62
Hex AC 72 C9 E 2B 0 15 118 2D 3E
Octal 254 162 311 16 53 0 25 430 55 76
Binary 10101100 1110010 11001001 1110 101011 0 10101 100011000 101101 111110

Color Harmonies of #AC72C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC72C9

Black with #AC72C9

Text Example


Text Example

White with #AC72C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC72C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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