Html Css Color HEX #AC6ED2 Amethyst

📋 copy color: '#AC6ED2'

red 172 ◦ green 110 ◦ blue 210

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

Shades of Amethyst #AC6ED2

Tints of Amethyst #AC6ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.68%

R = 34.96%
G = 22.36%
B = 42.68%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC6ED2 (or 0xAC6ED2) is known color: Amethyst. HEX triplet: AC, 6E and D2. RGB value is (172,110,210). Sum of RGB (Red+Green+Blue) = 172+110+210=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC6ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ED2 is #53912D. Grayscale: #8B8B8B. Windows color (decimal): -5476654 or 13790892. OLE color: 13790892.

HSL color Cylindrical-coordinate representation of color #AC6ED2: hue angle of 277.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC6ED2 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 110 210 -
CMYK 0.18 0.48 0 0.18
HSL 277.2º 0.53% 0.63% -
HSV(B) 277.2º 0.48% 0.82% -
XYZ 34.22 24.58 63.91 -
YUV 139.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 172 110 210 0.18 0.48 0 0.18 277.2 0.53 0.63
Hex AC 6E D2 12 30 0 12 115 35 3F
Octal 254 156 322 22 60 0 22 425 65 77
Binary 10101100 1101110 11010010 10010 110000 0 10010 100010101 110101 111111

Color Harmonies of #AC6ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6ED2

Black with #AC6ED2

Text Example


Text Example

White with #AC6ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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