Html Css Color HEX #AC70DB Amethyst

📋 copy color: '#AC70DB'

red 172 ◦ green 112 ◦ blue 219

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

Shades of Amethyst #AC70DB

Tints of Amethyst #AC70DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.27%

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

R = 34.19%
G = 22.27%
B = 43.54%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC70DB (or 0xAC70DB) is known color: Amethyst. HEX triplet: AC, 70 and DB. RGB value is (172,112,219). Sum of RGB (Red+Green+Blue) = 172+112+219=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC70DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70DB is #538F24. Grayscale: #8D8D8D. Windows color (decimal): -5476133 or 14381228. OLE color: 14381228.

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

Color convert

RGB 172 112 219 -
CMYK 0.21 0.49 0 0.14
HSL 273.64º 0.6% 0.65% -
HSV(B) 273.64º 0.49% 0.86% -
XYZ 35.59 25.47 70.06 -
YUV 142.14 171.38 149.3 -
System Red Green Blue C M Y K H S L
Decimal 172 112 219 0.21 0.49 0 0.14 273.64 0.6 0.65
Hex AC 70 DB 15 31 0 E 112 3C 41
Octal 254 160 333 25 61 0 16 422 74 101
Binary 10101100 1110000 11011011 10101 110001 0 1110 100010010 111100 1000001

Color Harmonies of #AC70DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC70DB

Black with #AC70DB

Text Example


Text Example

White with #AC70DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC70DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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