Html Css Color HEX #AC6ED8 Amethyst

📋 copy color: '#AC6ED8'

red 172 ◦ green 110 ◦ blue 216

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

Shades of Amethyst #AC6ED8

Tints of Amethyst #AC6ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.37%

R = 34.54%
G = 22.09%
B = 43.37%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC6ED8 (or 0xAC6ED8) is known color: Amethyst. HEX triplet: AC, 6E and D8. RGB value is (172,110,216). Sum of RGB (Red+Green+Blue) = 172+110+216=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC6ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ED8 is #539127. Grayscale: #8C8C8C. Windows color (decimal): -5476648 or 14184108. OLE color: 14184108.

HSL color Cylindrical-coordinate representation of color #AC6ED8: hue angle of 275.09º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC6ED8 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 110 216 -
CMYK 0.20 0.49 0 0.15
HSL 275.09º 0.58% 0.64% -
HSV(B) 275.09º 0.49% 0.85% -
XYZ 34.98 24.88 67.92 -
YUV 140.62 170.54 150.38 -
System Red Green Blue C M Y K H S L
Decimal 172 110 216 0.20 0.49 0 0.15 275.09 0.58 0.64
Hex AC 6E D8 14 31 0 F 113 3A 40
Octal 254 156 330 24 61 0 17 423 72 100
Binary 10101100 1101110 11011000 10100 110001 0 1111 100010011 111010 1000000

Color Harmonies of #AC6ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6ED8

Black with #AC6ED8

Text Example


Text Example

White with #AC6ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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