#AB68D8

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

Shades of Amethyst #AB68D8

Tints of Amethyst #AB68D8

Color information

#AB68D8 (or 0xAB68D8) is unknown color: approx Amethyst. HEX triplet: AB, 68 and D8. RGB value is (171,104,216). Sum of RGB (Red+Green+Blue) = 171+104+216=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB68D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB68D8 is #549727. Grayscale: #888888. Windows color (decimal): -5543720 or 14182571. OLE color: 14182571.

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

Color convert

RGB171104216-
CMYK0.210.5200.15
HSL275.89º58.95%62.75%-
HSV(B)275.89º51.85%84.71%-
XYZ34.1423.5267.71-
YUV136.8172.7152.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 104 (41.02% from 255) = 21.18%
BLUE value IS 216 (84.77% from 255) = 43.99%
R=34.83%
G=21.18%
B=43.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711042160.210.5200.15275.8958.9562.75
HexAB68D815340F1143b3f
Octal25315033025640174247377
Binary101010111101000110110001010111010001111100010100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB68D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB68D8; }

 p { color: rgb(171,104,216); }

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

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

 a { background-color: rgb(171,104,216); }

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

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

 span { border-color: rgb(171,104,216); }

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