Html Css Color HEX #AC6EDB Amethyst

📋 copy color: '#AC6EDB'

red 172 ◦ green 110 ◦ blue 219

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

Shades of Amethyst #AC6EDB

Tints of Amethyst #AC6EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 34.33%
G = 21.96%
B = 43.71%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC6EDB (or 0xAC6EDB) is known color: Amethyst. HEX triplet: AC, 6E and DB. RGB value is (172,110,219). Sum of RGB (Red+Green+Blue) = 172+110+219=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC6EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6EDB is #539124. Grayscale: #8C8C8C. Windows color (decimal): -5476645 or 14380716. OLE color: 14380716.

HSL color Cylindrical-coordinate representation of color #AC6EDB: hue angle of 274.13º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC6EDB is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 110 219 -
CMYK 0.21 0.50 0 0.14
HSL 274.13º 0.6% 0.65% -
HSV(B) 274.13º 0.5% 0.86% -
XYZ 35.38 25.04 69.99 -
YUV 140.96 172.04 150.14 -
System Red Green Blue C M Y K H S L
Decimal 172 110 219 0.21 0.50 0 0.14 274.13 0.6 0.65
Hex AC 6E DB 15 32 0 E 112 3C 41
Octal 254 156 333 25 62 0 16 422 74 101
Binary 10101100 1101110 11011011 10101 110010 0 1110 100010010 111100 1000001

Color Harmonies of #AC6EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6EDB

Black with #AC6EDB

Text Example


Text Example

White with #AC6EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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