#AB99FE

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

Shades of Biloba Flower #AB99FE

Tints of Biloba Flower #AB99FE

Color information

#AB99FE (or 0xAB99FE) is unknown color: approx Biloba Flower. HEX triplet: AB, 99 and FE. RGB value is (171,153,254). Sum of RGB (Red+Green+Blue) = 171+153+254=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB99FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB99FE is #546601. Grayscale: #A9A9A9. Windows color (decimal): -5531138 or 16685483. OLE color: 16685483.

HSL color Cylindrical-coordinate representation of color #AB99FE: hue angle of 250.69º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB99FE is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB171153254-
CMYK0.330.4000.00
HSL250.69º98.06%79.8%-
HSV(B)250.69º39.76%99.61%-
XYZ46.0838.698.79-
YUV169.9175.46128.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.58%
GREEN value IS 153 (60.16% from 255) = 26.47%
BLUE value IS 254 (99.61% from 255) = 43.94%
R=29.58%
G=26.47%
B=43.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1711532540.330.4000.00250.6998.0679.8
HexAB99FE212800fb6250
Octal253231376415000373142120
Binary101010111001100111111110100001101000001111101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB99FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB99FE; }

 p { color: rgb(171,153,254); }

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

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

 a { background-color: rgb(171,153,254); }

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

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

 span { border-color: rgb(171,153,254); }

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