Html Css Color HEX #AC72DB Amethyst

📋 copy color: '#AC72DB'

red 172 ◦ green 114 ◦ blue 219

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

Shades of Amethyst #AC72DB

Tints of Amethyst #AC72DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.37%

R = 34.06%
G = 22.57%
B = 43.37%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC72DB (or 0xAC72DB) is known color: Amethyst. HEX triplet: AC, 72 and DB. RGB value is (172,114,219). Sum of RGB (Red+Green+Blue) = 172+114+219=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC72DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC72DB is #538D24. Grayscale: #8E8E8E. Windows color (decimal): -5475621 or 14381740. OLE color: 14381740.

HSL color Cylindrical-coordinate representation of color #AC72DB: hue angle of 273.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC72DB is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 114 219 -
CMYK 0.21 0.48 0 0.14
HSL 273.14º 0.59% 0.65% -
HSV(B) 273.14º 0.48% 0.86% -
XYZ 35.82 25.92 70.13 -
YUV 143.31 170.72 148.46 -
System Red Green Blue C M Y K H S L
Decimal 172 114 219 0.21 0.48 0 0.14 273.14 0.59 0.65
Hex AC 72 DB 15 30 0 E 111 3B 41
Octal 254 162 333 25 60 0 16 421 73 101
Binary 10101100 1110010 11011011 10101 110000 0 1110 100010001 111011 1000001

Color Harmonies of #AC72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC72DB

Black with #AC72DB

Text Example


Text Example

White with #AC72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC72DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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