Html Css Color HEX #AC70DC Amethyst

📋 copy color: '#AC70DC'

red 172 ◦ green 112 ◦ blue 220

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

Shades of Amethyst #AC70DC

Tints of Amethyst #AC70DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 34.13%
G = 22.22%
B = 43.65%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC70DC (or 0xAC70DC) is known color: Amethyst. HEX triplet: AC, 70 and DC. RGB value is (172,112,220). Sum of RGB (Red+Green+Blue) = 172+112+220=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC70DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70DC is #538F23. Grayscale: #8D8D8D. Windows color (decimal): -5476132 or 14446764. OLE color: 14446764.

HSL color Cylindrical-coordinate representation of color #AC70DC: hue angle of 273.33º degrees, saturation: 0.61, 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 #AC70DC is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 112 220 -
CMYK 0.22 0.49 0 0.14
HSL 273.33º 0.61% 0.65% -
HSV(B) 273.33º 0.49% 0.86% -
XYZ 35.73 25.53 70.75 -
YUV 142.25 171.88 149.22 -
System Red Green Blue C M Y K H S L
Decimal 172 112 220 0.22 0.49 0 0.14 273.33 0.61 0.65
Hex AC 70 DC 16 31 0 E 111 3D 41
Octal 254 160 334 26 61 0 16 421 75 101
Binary 10101100 1110000 11011100 10110 110001 0 1110 100010001 111101 1000001

Color Harmonies of #AC70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC70DC

Black with #AC70DC

Text Example


Text Example

White with #AC70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC70DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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