#AB97EF

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

Shades of Biloba Flower #AB97EF

Tints of Biloba Flower #AB97EF

Color information

#AB97EF (or 0xAB97EF) is unknown color: approx Biloba Flower. HEX triplet: AB, 97 and EF. RGB value is (171,151,239). Sum of RGB (Red+Green+Blue) = 171+151+239=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB97EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB97EF is #546810. Grayscale: #A6A6A6. Windows color (decimal): -5531665 or 15701931. OLE color: 15701931.

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

Color convert

RGB171151239-
CMYK0.280.3700.06
HSL253.64º73.33%76.47%-
HSV(B)253.64º36.82%93.73%-
XYZ43.4437.0286.52-
YUV167.01168.63130.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 151 (59.38% from 255) = 26.92%
BLUE value IS 239 (93.75% from 255) = 42.60%
R=30.48%
G=26.92%
B=42.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711512390.280.3700.06253.6473.3376.47
HexAB97EF1C2506fe494c
Octal253227357344506376111114
Binary1010101110010111111011111110010010101101111111010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB97EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB97EF; }

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

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

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

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

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

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

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

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