Html Css Color HEX #AC70D9 Amethyst

📋 copy color: '#AC70D9'

red 172 ◦ green 112 ◦ blue 217

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

Shades of Amethyst #AC70D9

Tints of Amethyst #AC70D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.31%

R = 34.33%
G = 22.36%
B = 43.31%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC70D9 (or 0xAC70D9) is known color: Amethyst. HEX triplet: AC, 70 and D9. RGB value is (172,112,217). Sum of RGB (Red+Green+Blue) = 172+112+217=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC70D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70D9 is #538F26. Grayscale: #8D8D8D. Windows color (decimal): -5476135 or 14250156. OLE color: 14250156.

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

Color convert

RGB 172 112 217 -
CMYK 0.21 0.48 0 0.15
HSL 274.29º 0.58% 0.65% -
HSV(B) 274.29º 0.48% 0.85% -
XYZ 35.33 25.37 68.68 -
YUV 141.91 170.38 149.46 -
System Red Green Blue C M Y K H S L
Decimal 172 112 217 0.21 0.48 0 0.15 274.29 0.58 0.65
Hex AC 70 D9 15 30 0 F 112 3A 41
Octal 254 160 331 25 60 0 17 422 72 101
Binary 10101100 1110000 11011001 10101 110000 0 1111 100010010 111010 1000001

Color Harmonies of #AC70D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC70D9

Black with #AC70D9

Text Example


Text Example

White with #AC70D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC70D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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