#AB6DE1

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

Shades of Amethyst #AB6DE1

Tints of Amethyst #AB6DE1

Color information

#AB6DE1 (or 0xAB6DE1) is unknown color: approx Amethyst. HEX triplet: AB, 6D and E1. RGB value is (171,109,225). Sum of RGB (Red+Green+Blue) = 171+109+225=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB6DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DE1 is #54921E. Grayscale: #8C8C8C. Windows color (decimal): -5542431 or 14773675. OLE color: 14773675.

HSL color Cylindrical-coordinate representation of color #AB6DE1: hue angle of 272.07º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB6DE1 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB171109225-
CMYK0.240.5200.12
HSL272.07º65.91%65.49%-
HSV(B)272.07º51.56%88.24%-
XYZ35.8525.0374.18-
YUV140.76175.54149.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 109 (42.97% from 255) = 21.58%
BLUE value IS 225 (88.28% from 255) = 44.55%
R=33.86%
G=21.58%
B=44.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711092250.240.5200.12272.0765.9165.49
HexAB6DE118340C1104241
Octal2531553413064014420102101
Binary10101011110110111100001110001101000110010001000010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6DE1; }

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

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

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

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

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

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

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

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