#AB98F0

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

Shades of Biloba Flower #AB98F0

Tints of Biloba Flower #AB98F0

Color information

#AB98F0 (or 0xAB98F0) is unknown color: approx Biloba Flower. HEX triplet: AB, 98 and F0. RGB value is (171,152,240). Sum of RGB (Red+Green+Blue) = 171+152+240=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB98F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB98F0 is #54670F. Grayscale: #A7A7A7. Windows color (decimal): -5531408 or 15767723. OLE color: 15767723.

HSL color Cylindrical-coordinate representation of color #AB98F0: hue angle of 252.95º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB98F0 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171152240-
CMYK0.290.3700.06
HSL252.95º74.58%76.86%-
HSV(B)252.95º36.67%94.12%-
XYZ43.7537.4187.35-
YUV167.71168.79130.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.37%
GREEN value IS 152 (59.77% from 255) = 27.00%
BLUE value IS 240 (94.14% from 255) = 42.63%
R=30.37%
G=27.00%
B=42.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711522400.290.3700.06252.9574.5876.86
HexAB98F01D2506fd4b4d
Octal253230360354506375113115
Binary1010101110011000111100001110110010101101111110110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB98F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB98F0; }

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

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

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

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

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

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

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

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