Html Css Color HEX #AC70D7 Amethyst

📋 copy color: '#AC70D7'

red 172 ◦ green 112 ◦ blue 215

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

Shades of Amethyst #AC70D7

Tints of Amethyst #AC70D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.09%

R = 34.47%
G = 22.44%
B = 43.09%

CMYK

 C value IS 0.2

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC70D7 (or 0xAC70D7) is known color: Amethyst. HEX triplet: AC, 70 and D7. RGB value is (172,112,215). Sum of RGB (Red+Green+Blue) = 172+112+215=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC70D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70D7 is #538F28. Grayscale: #8D8D8D. Windows color (decimal): -5476137 or 14119084. OLE color: 14119084.

HSL color Cylindrical-coordinate representation of color #AC70D7: hue angle of 274.95º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC70D7 is Cyan = 0.2, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 112 215 -
CMYK 0.2 0.48 0 0.16
HSL 274.95º 0.56% 0.64% -
HSV(B) 274.95º 0.48% 0.84% -
XYZ 35.07 25.27 67.32 -
YUV 141.68 169.38 149.62 -
System Red Green Blue C M Y K H S L
Decimal 172 112 215 0.2 0.48 0 0.16 274.95 0.56 0.64
Hex AC 70 D7 14 30 0 10 113 38 40
Octal 254 160 327 24 60 0 20 423 70 100
Binary 10101100 1110000 11010111 10100 110000 0 10000 100010011 111000 1000000

Color Harmonies of #AC70D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC70D7

Black with #AC70D7

Text Example


Text Example

White with #AC70D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC70D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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