Html Css Color HEX #AC6ED0 Amethyst

📋 copy color: '#AC6ED0'

red 172 ◦ green 110 ◦ blue 208

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

Shades of Amethyst #AC6ED0

Tints of Amethyst #AC6ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.45%

R = 35.1%
G = 22.45%
B = 42.45%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC6ED0 (or 0xAC6ED0) is known color: Amethyst. HEX triplet: AC, 6E and D0. RGB value is (172,110,208). Sum of RGB (Red+Green+Blue) = 172+110+208=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC6ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ED0 is #53912F. Grayscale: #8B8B8B. Windows color (decimal): -5476656 or 13659820. OLE color: 13659820.

HSL color Cylindrical-coordinate representation of color #AC6ED0: hue angle of 277.96º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC6ED0 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 110 208 -
CMYK 0.17 0.47 0 0.18
HSL 277.96º 0.51% 0.62% -
HSV(B) 277.96º 0.47% 0.82% -
XYZ 33.97 24.48 62.61 -
YUV 139.71 166.54 151.03 -
System Red Green Blue C M Y K H S L
Decimal 172 110 208 0.17 0.47 0 0.18 277.96 0.51 0.62
Hex AC 6E D0 11 2F 0 12 116 33 3E
Octal 254 156 320 21 57 0 22 426 63 76
Binary 10101100 1101110 11010000 10001 101111 0 10010 100010110 110011 111110

Color Harmonies of #AC6ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6ED0

Black with #AC6ED0

Text Example


Text Example

White with #AC6ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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