#AB6DD1

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

Shades of Amethyst #AB6DD1

Tints of Amethyst #AB6DD1

Color information

#AB6DD1 (or 0xAB6DD1) is unknown color: approx Amethyst. HEX triplet: AB, 6D and D1. RGB value is (171,109,209). Sum of RGB (Red+Green+Blue) = 171+109+209=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB6DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DD1 is #54922E. Grayscale: #8A8A8A. Windows color (decimal): -5542447 or 13725099. OLE color: 13725099.

HSL color Cylindrical-coordinate representation of color #AB6DD1: hue angle of 277.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB6DD1 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171109209-
CMYK0.180.4800.18
HSL277.2º52.08%62.35%-
HSV(B)277.2º47.85%81.96%-
XYZ33.7724.263.21-
YUV138.94167.54150.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 109 (42.97% from 255) = 22.29%
BLUE value IS 209 (82.03% from 255) = 42.74%
R=34.97%
G=22.29%
B=42.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711092090.180.4800.18277.252.0862.35
HexAB6DD11230012115343e
Octal25315532122600224256476
Binary1010101111011011101000110010110000010010100010101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6DD1; }

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

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

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

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

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

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

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

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