Html Css Color HEX #AC6ED7 Amethyst

📋 copy color: '#AC6ED7'

red 172 ◦ green 110 ◦ blue 215

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

Shades of Amethyst #AC6ED7

Tints of Amethyst #AC6ED7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.13%

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

R = 34.61%
G = 22.13%
B = 43.26%

CMYK

 C value IS 0.2

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC6ED7 (or 0xAC6ED7) is known color: Amethyst. HEX triplet: AC, 6E and D7. RGB value is (172,110,215). Sum of RGB (Red+Green+Blue) = 172+110+215=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC6ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ED7 is #539128. Grayscale: #8C8C8C. Windows color (decimal): -5476649 or 14118572. OLE color: 14118572.

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

Color convert

RGB 172 110 215 -
CMYK 0.2 0.49 0 0.16
HSL 275.43º 0.57% 0.64% -
HSV(B) 275.43º 0.49% 0.84% -
XYZ 34.85 24.83 67.25 -
YUV 140.51 170.04 150.46 -
System Red Green Blue C M Y K H S L
Decimal 172 110 215 0.2 0.49 0 0.16 275.43 0.57 0.64
Hex AC 6E D7 14 31 0 10 113 39 40
Octal 254 156 327 24 61 0 20 423 71 100
Binary 10101100 1101110 11010111 10100 110001 0 10000 100010011 111001 1000000

Color Harmonies of #AC6ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6ED7

Black with #AC6ED7

Text Example


Text Example

White with #AC6ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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