#AB9FFB

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

Shades of Perano #AB9FFB

Tints of Perano #AB9FFB

Color information

#AB9FFB (or 0xAB9FFB) is unknown color: approx Perano. HEX triplet: AB, 9F and FB. RGB value is (171,159,251). Sum of RGB (Red+Green+Blue) = 171+159+251=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB9FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9FFB is #546004. Grayscale: #ACACAC. Windows color (decimal): -5529605 or 16490411. OLE color: 16490411.

HSL color Cylindrical-coordinate representation of color #AB9FFB: hue angle of 247.83º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB9FFB is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171159251-
CMYK0.320.3700.02
HSL247.83º92%80.39%-
HSV(B)247.83º36.65%98.43%-
XYZ46.6140.4296.61-
YUV173.08171.98126.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.43%
GREEN value IS 159 (62.5% from 255) = 27.37%
BLUE value IS 251 (98.44% from 255) = 43.20%
R=29.43%
G=27.37%
B=43.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711592510.320.3700.02247.839280.39
HexAB9FFB202502f85c50
Octal253237373404502370134120
Binary1010101110011111111110111000001001010101111100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FFB; }

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

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

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

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

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

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

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

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