#ab5fe9

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

Shades of Amethyst #AB5FE9

Tints of Amethyst #AB5FE9

Color information

#AB5FE9 (or 0xAB5FE9) is unknown color: approx Amethyst. HEX triplet: AB, 5F and E9. RGB value is (171,95,233). Sum of RGB (Red+Green+Blue) = 171+95+233=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 233 (91.41% from 255 or 46.69% from 499); Max value from RGB is 233 - color contains mainly: blue. Hex color #AB5FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5FE9 is #54A016. Grayscale: #848484. Windows color (decimal): -5546007 or 15294379. OLE color: 15294379.

HSL color Cylindrical-coordinate representation of color #AB5FE9: hue angle of 273.04º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB5FE9 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17195233-
CMYK0.270.5900.09
HSL273.04º75.82%64.31%-
HSV(B)273.04º59.23%91.37%-
XYZ35.5922.7379.6-
YUV133.46184.18154.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 95 (37.5% from 255) = 19.04%
BLUE value IS 233 (91.41% from 255) = 46.69%
R=34.27%
G=19.04%
B=46.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal171952330.270.5900.09273.0475.8264.31
HexAB5FE91B3B091114c40
Octal2531373513373011421114100
Binary10101011101111111101001110111110110100110001000110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab5fe9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab5fe9; }

 p { color: rgb(171,95,233); }

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

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

 a { background-color: rgb(171,95,233); }

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

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

 span { border-color: rgb(171,95,233); }

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