#AB98E7

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

Shades of Biloba Flower #AB98E7

Tints of Biloba Flower #AB98E7

Color information

#AB98E7 (or 0xAB98E7) is unknown color: approx Biloba Flower. HEX triplet: AB, 98 and E7. RGB value is (171,152,231). Sum of RGB (Red+Green+Blue) = 171+152+231=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB98E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB98E7 is #546718. Grayscale: #A6A6A6. Windows color (decimal): -5531417 or 15177899. OLE color: 15177899.

HSL color Cylindrical-coordinate representation of color #AB98E7: hue angle of 254.43º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB98E7 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171152231-
CMYK0.260.3400.09
HSL254.43º62.2%75.1%-
HSV(B)254.43º34.2%90.59%-
XYZ42.4536.8880.48-
YUV166.69164.29131.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.87%
GREEN value IS 152 (59.77% from 255) = 27.44%
BLUE value IS 231 (90.62% from 255) = 41.70%
R=30.87%
G=27.44%
B=41.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711522310.260.3400.09254.4362.275.1
HexAB98E71A2209fe3e4b
Octal253230347324201137676113
Binary1010101110011000111001111101010001001001111111101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB98E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB98E7; }

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

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

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

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

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

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

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

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