#AB6DDB

Color #AB6DDB Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #AB6DDB

Tints of Amethyst #AB6DDB

Color information

#AB6DDB (or 0xAB6DDB) is unknown color: approx Amethyst. HEX triplet: AB, 6D and DB. RGB value is (171,109,219). Sum of RGB (Red+Green+Blue) = 171+109+219=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB6DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DDB is #549224. Grayscale: #8B8B8B. Windows color (decimal): -5542437 or 14380459. OLE color: 14380459.

HSL color Cylindrical-coordinate representation of color #AB6DDB: hue angle of 273.82º 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 #AB6DDB is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171109219-
CMYK0.220.5000.14
HSL273.82º60.44%64.31%-
HSV(B)273.82º50.23%85.88%-
XYZ35.0524.7169.94-
YUV140.08172.54150.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 109 (42.97% from 255) = 21.84%
BLUE value IS 219 (85.94% from 255) = 43.89%
R=34.27%
G=21.84%
B=43.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711092190.220.5000.14273.8260.4464.31
HexAB6DDB16320E1123c40
Octal253155333266201642274100
Binary1010101111011011101101110110110010011101000100101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6DDB; }

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

 H1.HeaderClassName
 {
   color: #AB6DDB;
 }
 .AnyTagClassName
 {
   color: #AB6DDB;
 }
</style>
background-color css

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

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

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

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

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

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