Html Css Color HEX #AC71DB Amethyst

📋 copy color: '#AC71DB'

red 172 ◦ green 113 ◦ blue 219

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

Shades of Amethyst #AC71DB

Tints of Amethyst #AC71DB

RGB

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

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

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

R = 34.13%
G = 22.42%
B = 43.45%

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

#AC71DB (or 0xAC71DB) is known color: Amethyst. HEX triplet: AC, 71 and DB. RGB value is (172,113,219). Sum of RGB (Red+Green+Blue) = 172+113+219=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC71DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71DB is #538E24. Grayscale: #8E8E8E. Windows color (decimal): -5475877 or 14381484. OLE color: 14381484.

HSL color Cylindrical-coordinate representation of color #AC71DB: hue angle of 273.4º degrees, saturation: 0.6, 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 #AC71DB is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 113 219 -
CMYK 0.21 0.48 0 0.14
HSL 273.4º 0.6% 0.65% -
HSV(B) 273.4º 0.48% 0.86% -
XYZ 35.7 25.7 70.1 -
YUV 142.73 171.05 148.88 -
System Red Green Blue C M Y K H S L
Decimal 172 113 219 0.21 0.48 0 0.14 273.4 0.6 0.65
Hex AC 71 DB 15 30 0 E 111 3C 41
Octal 254 161 333 25 60 0 16 421 74 101
Binary 10101100 1110001 11011011 10101 110000 0 1110 100010001 111100 1000001

Color Harmonies of #AC71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC71DB

Black with #AC71DB

Text Example


Text Example

White with #AC71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC71DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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