#AB9FFF

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

Shades of Perano #AB9FFF

Tints of Perano #AB9FFF

Color information

#AB9FFF (or 0xAB9FFF) is unknown color: approx Perano. HEX triplet: AB, 9F and FF. RGB value is (171,159,255). Sum of RGB (Red+Green+Blue) = 171+159+255=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB9FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9FFF is #546000. Grayscale: #ADADAD. Windows color (decimal): -5529601 or 16752555. OLE color: 16752555.

HSL color Cylindrical-coordinate representation of color #AB9FFF: hue angle of 247.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB9FFF is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171159255-
CMYK0.330.3800
HSL247.5º100%81.18%-
HSV(B)247.5º37.65%100%-
XYZ47.2440.6799.97-
YUV173.53173.98126.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.23%
GREEN value IS 159 (62.5% from 255) = 27.18%
BLUE value IS 255 (100% from 255) = 43.59%
R=29.23%
G=27.18%
B=43.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711592550.330.3800247.510081.18
HexAB9FFF212600f86451
Octal253237377414600370144121
Binary101010111001111111111111100001100110001111100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FFF; }

 p { color: rgb(171,159,255); }

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

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

 a { background-color: rgb(171,159,255); }

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

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

 span { border-color: rgb(171,159,255); }

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