#AB98F7

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

Shades of Biloba Flower #AB98F7

Tints of Biloba Flower #AB98F7

Color information

#AB98F7 (or 0xAB98F7) is unknown color: approx Biloba Flower. HEX triplet: AB, 98 and F7. RGB value is (171,152,247). Sum of RGB (Red+Green+Blue) = 171+152+247=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 247 - color contains mainly: blue. Hex color #AB98F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB98F7 is #546708. Grayscale: #A8A8A8. Windows color (decimal): -5531401 or 16226475. OLE color: 16226475.

HSL color Cylindrical-coordinate representation of color #AB98F7: hue angle of 252º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB98F7 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171152247-
CMYK0.310.3800.03
HSL252º85.59%78.24%-
HSV(B)252º38.46%96.86%-
XYZ44.8137.8392.94-
YUV168.51172.29129.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 152 (59.77% from 255) = 26.67%
BLUE value IS 247 (96.88% from 255) = 43.33%
R=30%
G=26.67%
B=43.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711522470.310.3800.0325285.5978.24
HexAB98F71F2603fc564e
Octal253230367374603374126116
Binary101010111001100011110111111111001100111111110010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB98F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB98F7; }

 p { color: rgb(171,152,247); }

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

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

 a { background-color: rgb(171,152,247); }

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

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

 span { border-color: rgb(171,152,247); }

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