Html Css Color HEX #AC70DF Amethyst

📋 copy color: '#AC70DF'

red 172 ◦ green 112 ◦ blue 223

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

Shades of Amethyst #AC70DF

Tints of Amethyst #AC70DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 33.93%
G = 22.09%
B = 43.98%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC70DF (or 0xAC70DF) is known color: Amethyst. HEX triplet: AC, 70 and DF. RGB value is (172,112,223). Sum of RGB (Red+Green+Blue) = 172+112+223=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC70DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70DF is #538F20. Grayscale: #8E8E8E. Windows color (decimal): -5476129 or 14643372. OLE color: 14643372.

HSL color Cylindrical-coordinate representation of color #AC70DF: hue angle of 272.43º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC70DF is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 112 223 -
CMYK 0.23 0.50 0 0.13
HSL 272.43º 0.63% 0.66% -
HSV(B) 272.43º 0.5% 0.87% -
XYZ 36.13 25.69 72.87 -
YUV 142.59 173.38 148.97 -
System Red Green Blue C M Y K H S L
Decimal 172 112 223 0.23 0.50 0 0.13 272.43 0.63 0.66
Hex AC 70 DF 17 32 0 D 110 3F 42
Octal 254 160 337 27 62 0 15 420 77 102
Binary 10101100 1110000 11011111 10111 110010 0 1101 100010000 111111 1000010

Color Harmonies of #AC70DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC70DF

Black with #AC70DF

Text Example


Text Example

White with #AC70DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC70DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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