Html Css Color HEX #AC6ADB Amethyst

📋 copy color: '#AC6ADB'

red 172 ◦ green 106 ◦ blue 219

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

Shades of Amethyst #AC6ADB

Tints of Amethyst #AC6ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.33%

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

R = 34.61%
G = 21.33%
B = 44.06%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC6ADB (or 0xAC6ADB) is known color: Amethyst. HEX triplet: AC, 6A and DB. RGB value is (172,106,219). Sum of RGB (Red+Green+Blue) = 172+106+219=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC6ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ADB is #539524. Grayscale: #8A8A8A. Windows color (decimal): -5477669 or 14379692. OLE color: 14379692.

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

Color convert

RGB 172 106 219 -
CMYK 0.21 0.52 0 0.14
HSL 275.04º 0.61% 0.64% -
HSV(B) 275.04º 0.52% 0.86% -
XYZ 34.95 24.19 69.85 -
YUV 138.62 173.37 151.81 -
System Red Green Blue C M Y K H S L
Decimal 172 106 219 0.21 0.52 0 0.14 275.04 0.61 0.64
Hex AC 6A DB 15 34 0 E 113 3D 40
Octal 254 152 333 25 64 0 16 423 75 100
Binary 10101100 1101010 11011011 10101 110100 0 1110 100010011 111101 1000000

Color Harmonies of #AC6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6ADB

Black with #AC6ADB

Text Example


Text Example

White with #AC6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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