#AB9FEB

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

Shades of Biloba Flower #AB9FEB

Tints of Biloba Flower #AB9FEB

Color information

#AB9FEB (or 0xAB9FEB) is unknown color: approx Biloba Flower. HEX triplet: AB, 9F and EB. RGB value is (171,159,235). Sum of RGB (Red+Green+Blue) = 171+159+235=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB9FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9FEB is #546014. Grayscale: #AAAAAA. Windows color (decimal): -5529621 or 15441835. OLE color: 15441835.

HSL color Cylindrical-coordinate representation of color #AB9FEB: hue angle of 249.47º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB9FEB is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171159235-
CMYK0.270.3200.08
HSL249.47º65.52%77.25%-
HSV(B)249.47º32.34%92.16%-
XYZ44.1939.4583.88-
YUV171.25163.98127.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.27%
GREEN value IS 159 (62.5% from 255) = 28.14%
BLUE value IS 235 (92.19% from 255) = 41.59%
R=30.27%
G=28.14%
B=41.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711592350.270.3200.08249.4765.5277.25
HexAB9FEB1B2008f9424d
Octal2532373533340010371102115
Binary10101011100111111110101111011100000010001111100110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FEB; }

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

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

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

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

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

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

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

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