Html Css Color HEX #AC70D8 Amethyst

📋 copy color: '#AC70D8'

red 172 ◦ green 112 ◦ blue 216

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

Shades of Amethyst #AC70D8

Tints of Amethyst #AC70D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.2%

R = 34.4%
G = 22.4%
B = 43.2%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC70D8 (or 0xAC70D8) is known color: Amethyst. HEX triplet: AC, 70 and D8. RGB value is (172,112,216). Sum of RGB (Red+Green+Blue) = 172+112+216=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC70D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70D8 is #538F27. Grayscale: #8D8D8D. Windows color (decimal): -5476136 or 14184620. OLE color: 14184620.

HSL color Cylindrical-coordinate representation of color #AC70D8: hue angle of 274.62º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC70D8 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 112 216 -
CMYK 0.20 0.48 0 0.15
HSL 274.62º 0.57% 0.64% -
HSV(B) 274.62º 0.48% 0.85% -
XYZ 35.2 25.32 68 -
YUV 141.8 169.88 149.54 -
System Red Green Blue C M Y K H S L
Decimal 172 112 216 0.20 0.48 0 0.15 274.62 0.57 0.64
Hex AC 70 D8 14 30 0 F 113 39 40
Octal 254 160 330 24 60 0 17 423 71 100
Binary 10101100 1110000 11011000 10100 110000 0 1111 100010011 111001 1000000

Color Harmonies of #AC70D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC70D8

Black with #AC70D8

Text Example


Text Example

White with #AC70D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC70D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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