Html Css Color HEX #AC6DDB Amethyst

📋 copy color: '#AC6DDB'

red 172 ◦ green 109 ◦ blue 219

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

Shades of Amethyst #AC6DDB

Tints of Amethyst #AC6DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.8%

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

R = 34.4%
G = 21.8%
B = 43.8%

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

#AC6DDB (or 0xAC6DDB) is known color: Amethyst. HEX triplet: AC, 6D and DB. RGB value is (172,109,219). Sum of RGB (Red+Green+Blue) = 172+109+219=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC6DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DDB is #539224. Grayscale: #8C8C8C. Windows color (decimal): -5476901 or 14380460. OLE color: 14380460.

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

Color convert

RGB 172 109 219 -
CMYK 0.21 0.50 0 0.14
HSL 274.36º 0.6% 0.64% -
HSV(B) 274.36º 0.5% 0.86% -
XYZ 35.27 24.82 69.95 -
YUV 140.38 172.37 150.56 -
System Red Green Blue C M Y K H S L
Decimal 172 109 219 0.21 0.50 0 0.14 274.36 0.6 0.64
Hex AC 6D DB 15 32 0 E 112 3C 40
Octal 254 155 333 25 62 0 16 422 74 100
Binary 10101100 1101101 11011011 10101 110010 0 1110 100010010 111100 1000000

Color Harmonies of #AC6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6DDB

Black with #AC6DDB

Text Example


Text Example

White with #AC6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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