#AB98F5

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

Shades of Biloba Flower #AB98F5

Tints of Biloba Flower #AB98F5

Color information

#AB98F5 (or 0xAB98F5) is unknown color: approx Biloba Flower. HEX triplet: AB, 98 and F5. RGB value is (171,152,245). Sum of RGB (Red+Green+Blue) = 171+152+245=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 245 (96.09% from 255 or 43.13% from 568); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB98F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB98F5 is #54670A. Grayscale: #A7A7A7. Windows color (decimal): -5531403 or 16095403. OLE color: 16095403.

HSL color Cylindrical-coordinate representation of color #AB98F5: hue angle of 252.26º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB98F5 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171152245-
CMYK0.300.3800.04
HSL252.26º82.3%77.84%-
HSV(B)252.26º37.96%96.08%-
XYZ44.537.7191.32-
YUV168.28171.29129.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.11%
GREEN value IS 152 (59.77% from 255) = 26.76%
BLUE value IS 245 (96.09% from 255) = 43.13%
R=30.11%
G=26.76%
B=43.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711522450.300.3800.04252.2682.377.84
HexAB98F51E2604fc524e
Octal253230365364604374122116
Binary1010101110011000111101011111010011001001111110010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB98F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB98F5; }

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

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

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

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

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

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

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

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