#AB97FF

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

Shades of Biloba Flower #AB97FF

Tints of Biloba Flower #AB97FF

Color information

#AB97FF (or 0xAB97FF) is unknown color: approx Biloba Flower. HEX triplet: AB, 97 and FF. RGB value is (171,151,255). Sum of RGB (Red+Green+Blue) = 171+151+255=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB97FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB97FF is #546800. Grayscale: #A8A8A8. Windows color (decimal): -5531649 or 16750507. OLE color: 16750507.

HSL color Cylindrical-coordinate representation of color #AB97FF: hue angle of 251.54º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB97FF is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171151255-
CMYK0.330.4100
HSL251.54º100%79.61%-
HSV(B)251.54º40.78%100%-
XYZ45.9138.0199.52-
YUV168.84176.63129.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.64%
GREEN value IS 151 (59.38% from 255) = 26.17%
BLUE value IS 255 (100% from 255) = 44.19%
R=29.64%
G=26.17%
B=44.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711512550.330.4100251.5410079.61
HexAB97FF212900fc6450
Octal253227377415100374144120
Binary101010111001011111111111100001101001001111110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB97FF; }

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

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

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

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

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

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

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

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