Html Css Color HEX #AC72DF Amethyst

📋 copy color: '#AC72DF'

red 172 ◦ green 114 ◦ blue 223

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

Shades of Amethyst #AC72DF

Tints of Amethyst #AC72DF

RGB

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

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

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

R = 33.79%
G = 22.4%
B = 43.81%

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

#AC72DF (or 0xAC72DF) is known color: Amethyst. HEX triplet: AC, 72 and DF. RGB value is (172,114,223). Sum of RGB (Red+Green+Blue) = 172+114+223=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC72DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC72DF is #538D20. Grayscale: #8F8F8F. Windows color (decimal): -5475617 or 14643884. OLE color: 14643884.

HSL color Cylindrical-coordinate representation of color #AC72DF: hue angle of 271.93º 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 #AC72DF is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 114 223 -
CMYK 0.23 0.49 0 0.13
HSL 271.93º 0.63% 0.66% -
HSV(B) 271.93º 0.49% 0.87% -
XYZ 36.35 26.13 72.94 -
YUV 143.77 172.72 148.14 -
System Red Green Blue C M Y K H S L
Decimal 172 114 223 0.23 0.49 0 0.13 271.93 0.63 0.66
Hex AC 72 DF 17 31 0 D 110 3F 42
Octal 254 162 337 27 61 0 15 420 77 102
Binary 10101100 1110010 11011111 10111 110001 0 1101 100010000 111111 1000010

Color Harmonies of #AC72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC72DF

Black with #AC72DF

Text Example


Text Example

White with #AC72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC72DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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