#AB6FE1

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

Shades of Amethyst #AB6FE1

Tints of Amethyst #AB6FE1

Color information

#AB6FE1 (or 0xAB6FE1) is unknown color: approx Amethyst. HEX triplet: AB, 6F and E1. RGB value is (171,111,225). Sum of RGB (Red+Green+Blue) = 171+111+225=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB6FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6FE1 is #54901E. Grayscale: #8D8D8D. Windows color (decimal): -5541919 or 14774187. OLE color: 14774187.

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

Color convert

RGB171111225-
CMYK0.240.5100.12
HSL271.58º65.52%65.88%-
HSV(B)271.58º50.67%88.24%-
XYZ36.0725.4674.25-
YUV141.94174.88148.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.73%
GREEN value IS 111 (43.75% from 255) = 21.89%
BLUE value IS 225 (88.28% from 255) = 44.38%
R=33.73%
G=21.89%
B=44.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711112250.240.5100.12271.5865.5265.88
HexAB6FE118330C1104242
Octal2531573413063014420102102
Binary10101011110111111100001110001100110110010001000010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6FE1; }

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

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

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

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

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

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

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

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