#AB6DD9

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

Shades of Amethyst #AB6DD9

Tints of Amethyst #AB6DD9

Color information

#AB6DD9 (or 0xAB6DD9) is unknown color: approx Amethyst. HEX triplet: AB, 6D and D9. RGB value is (171,109,217). Sum of RGB (Red+Green+Blue) = 171+109+217=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB6DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DD9 is #549226. Grayscale: #8B8B8B. Windows color (decimal): -5542439 or 14249387. OLE color: 14249387.

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

Color convert

RGB171109217-
CMYK0.210.5000.15
HSL274.44º58.7%63.92%-
HSV(B)274.44º49.77%85.1%-
XYZ34.7924.668.56-
YUV139.85171.54150.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.41%
GREEN value IS 109 (42.97% from 255) = 21.93%
BLUE value IS 217 (85.16% from 255) = 43.66%
R=34.41%
G=21.93%
B=43.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711092170.210.5000.15274.4458.763.92
HexAB6DD915320F1123b40
Octal253155331256201742273100
Binary1010101111011011101100110101110010011111000100101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6DD9; }

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

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

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

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

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

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

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

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