#AB97E5

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

Shades of Biloba Flower #AB97E5

Tints of Biloba Flower #AB97E5

Color information

#AB97E5 (or 0xAB97E5) is unknown color: approx Biloba Flower. HEX triplet: AB, 97 and E5. RGB value is (171,151,229). Sum of RGB (Red+Green+Blue) = 171+151+229=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB97E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB97E5 is #54681A. Grayscale: #A5A5A5. Windows color (decimal): -5531675 or 15046571. OLE color: 15046571.

HSL color Cylindrical-coordinate representation of color #AB97E5: hue angle of 255.38º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB97E5 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171151229-
CMYK0.250.3400.10
HSL255.38º60%74.51%-
HSV(B)255.38º34.06%89.8%-
XYZ4236.4578.95-
YUV165.87163.63131.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.03%
GREEN value IS 151 (59.38% from 255) = 27.40%
BLUE value IS 229 (89.84% from 255) = 41.56%
R=31.03%
G=27.40%
B=41.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711512290.250.3400.10255.386074.51
HexAB97E519220Aff3c4b
Octal253227345314201237774113
Binary1010101110010111111001011100110001001010111111111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB97E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB97E5; }

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

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

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

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

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

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

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

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