#ab6dd0

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

Shades of Amethyst #AB6DD0

Tints of Amethyst #AB6DD0

Color information

#AB6DD0 (or 0xAB6DD0) is unknown color: approx Amethyst. HEX triplet: AB, 6D and D0. RGB value is (171,109,208). Sum of RGB (Red+Green+Blue) = 171+109+208=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB6DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DD0 is #54922F. Grayscale: #8A8A8A. Windows color (decimal): -5542448 or 13659563. OLE color: 13659563.

HSL color Cylindrical-coordinate representation of color #AB6DD0: hue angle of 277.58º degrees, saturation: 0.51, 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 #AB6DD0 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171109208-
CMYK0.180.4800.18
HSL277.58º51.3%62.16%-
HSV(B)277.58º47.6%81.57%-
XYZ33.6524.1562.56-
YUV138.82167.04150.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 109 (42.97% from 255) = 22.34%
BLUE value IS 208 (81.64% from 255) = 42.62%
R=35.04%
G=22.34%
B=42.62%

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
Decimal1711092080.180.4800.18277.5851.362.16
HexAB6DD01230012116333e
Octal25315532022600224266376
Binary1010101111011011101000010010110000010010100010110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab6dd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab6dd0; }

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

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

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

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

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

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

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

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