Html Css Color HEX #AC6ED4 Amethyst

📋 copy color: '#AC6ED4'

red 172 ◦ green 110 ◦ blue 212

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

Shades of Amethyst #AC6ED4

Tints of Amethyst #AC6ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.91%

R = 34.82%
G = 22.27%
B = 42.91%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AC6ED4 (or 0xAC6ED4) is known color: Amethyst. HEX triplet: AC, 6E and D4. RGB value is (172,110,212). Sum of RGB (Red+Green+Blue) = 172+110+212=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC6ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ED4 is #53912B. Grayscale: #8B8B8B. Windows color (decimal): -5476652 or 13921964. OLE color: 13921964.

HSL color Cylindrical-coordinate representation of color #AC6ED4: hue angle of 276.47º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC6ED4 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 110 212 -
CMYK 0.19 0.48 0 0.17
HSL 276.47º 0.54% 0.63% -
HSV(B) 276.47º 0.48% 0.83% -
XYZ 34.47 24.68 65.23 -
YUV 140.17 168.54 150.71 -
System Red Green Blue C M Y K H S L
Decimal 172 110 212 0.19 0.48 0 0.17 276.47 0.54 0.63
Hex AC 6E D4 13 30 0 11 114 36 3F
Octal 254 156 324 23 60 0 21 424 66 77
Binary 10101100 1101110 11010100 10011 110000 0 10001 100010100 110110 111111

Color Harmonies of #AC6ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6ED4

Black with #AC6ED4

Text Example


Text Example

White with #AC6ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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