Html Css Color HEX #AC70DD Amethyst

📋 copy color: '#AC70DD'

red 172 ◦ green 112 ◦ blue 221

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

Shades of Amethyst #AC70DD

Tints of Amethyst #AC70DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 34.06%
G = 22.18%
B = 43.76%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC70DD (or 0xAC70DD) is known color: Amethyst. HEX triplet: AC, 70 and DD. RGB value is (172,112,221). Sum of RGB (Red+Green+Blue) = 172+112+221=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC70DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70DD is #538F22. Grayscale: #8D8D8D. Windows color (decimal): -5476131 or 14512300. OLE color: 14512300.

HSL color Cylindrical-coordinate representation of color #AC70DD: hue angle of 273.03º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC70DD is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 112 221 -
CMYK 0.22 0.49 0 0.13
HSL 273.03º 0.62% 0.65% -
HSV(B) 273.03º 0.49% 0.87% -
XYZ 35.86 25.58 71.45 -
YUV 142.37 172.38 149.14 -
System Red Green Blue C M Y K H S L
Decimal 172 112 221 0.22 0.49 0 0.13 273.03 0.62 0.65
Hex AC 70 DD 16 31 0 D 111 3E 41
Octal 254 160 335 26 61 0 15 421 76 101
Binary 10101100 1110000 11011101 10110 110001 0 1101 100010001 111110 1000001

Color Harmonies of #AC70DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC70DD

Black with #AC70DD

Text Example


Text Example

White with #AC70DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC70DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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