Html Css Color HEX #AC70D0 Amethyst

📋 copy color: '#AC70D0'

red 172 ◦ green 112 ◦ blue 208

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

Shades of Amethyst #AC70D0

Tints of Amethyst #AC70D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.28%

R = 34.96%
G = 22.76%
B = 42.28%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC70D0 (or 0xAC70D0) is known color: Amethyst. HEX triplet: AC, 70 and D0. RGB value is (172,112,208). Sum of RGB (Red+Green+Blue) = 172+112+208=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC70D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70D0 is #538F2F. Grayscale: #8C8C8C. Windows color (decimal): -5476144 or 13660332. OLE color: 13660332.

HSL color Cylindrical-coordinate representation of color #AC70D0: hue angle of 277.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC70D0 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 112 208 -
CMYK 0.17 0.46 0 0.18
HSL 277.5º 0.51% 0.63% -
HSV(B) 277.5º 0.46% 0.82% -
XYZ 34.19 24.91 62.68 -
YUV 140.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 172 112 208 0.17 0.46 0 0.18 277.5 0.51 0.63
Hex AC 70 D0 11 2E 0 12 116 33 3F
Octal 254 160 320 21 56 0 22 426 63 77
Binary 10101100 1110000 11010000 10001 101110 0 10010 100010110 110011 111111

Color Harmonies of #AC70D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC70D0

Black with #AC70D0

Text Example


Text Example

White with #AC70D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC70D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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