Html Css Color HEX #AC6FDB Amethyst

📋 copy color: '#AC6FDB'

red 172 ◦ green 111 ◦ blue 219

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

Shades of Amethyst #AC6FDB

Tints of Amethyst #AC6FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.11%

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

R = 34.26%
G = 22.11%
B = 43.63%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC6FDB (or 0xAC6FDB) is known color: Amethyst. HEX triplet: AC, 6F and DB. RGB value is (172,111,219). Sum of RGB (Red+Green+Blue) = 172+111+219=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC6FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6FDB is #539024. Grayscale: #8D8D8D. Windows color (decimal): -5476389 or 14380972. OLE color: 14380972.

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

Color convert

RGB 172 111 219 -
CMYK 0.21 0.49 0 0.14
HSL 273.89º 0.6% 0.65% -
HSV(B) 273.89º 0.49% 0.86% -
XYZ 35.48 25.25 70.02 -
YUV 141.55 171.71 149.72 -
System Red Green Blue C M Y K H S L
Decimal 172 111 219 0.21 0.49 0 0.14 273.89 0.6 0.65
Hex AC 6F DB 15 31 0 E 112 3C 41
Octal 254 157 333 25 61 0 16 422 74 101
Binary 10101100 1101111 11011011 10101 110001 0 1110 100010010 111100 1000001

Color Harmonies of #AC6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6FDB

Black with #AC6FDB

Text Example


Text Example

White with #AC6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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