#AB97E9

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

Shades of Biloba Flower #AB97E9

Tints of Biloba Flower #AB97E9

Color information

#AB97E9 (or 0xAB97E9) is unknown color: approx Biloba Flower. HEX triplet: AB, 97 and E9. RGB value is (171,151,233). Sum of RGB (Red+Green+Blue) = 171+151+233=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 233 - color contains mainly: blue. Hex color #AB97E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB97E9 is #546816. Grayscale: #A6A6A6. Windows color (decimal): -5531671 or 15308715. OLE color: 15308715.

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

Color convert

RGB171151233-
CMYK0.270.3500.09
HSL254.63º65.08%75.29%-
HSV(B)254.63º35.19%91.37%-
XYZ42.5736.6781.93-
YUV166.33165.63131.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.81%
GREEN value IS 151 (59.38% from 255) = 27.21%
BLUE value IS 233 (91.41% from 255) = 41.98%
R=30.81%
G=27.21%
B=41.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711512330.270.3500.09254.6365.0875.29
HexAB97E91B2309ff414b
Octal2532273513343011377101113
Binary10101011100101111110100111011100011010011111111110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB97E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB97E9; }

 p { color: rgb(171,151,233); }

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

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

 a { background-color: rgb(171,151,233); }

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

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

 span { border-color: rgb(171,151,233); }

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