#AB97CF

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

Shades of Biloba Flower #AB97CF

Tints of Biloba Flower #AB97CF

Color information

#AB97CF (or 0xAB97CF) is unknown color: approx Biloba Flower. HEX triplet: AB, 97 and CF. RGB value is (171,151,207). Sum of RGB (Red+Green+Blue) = 171+151+207=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB97CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB97CF is #546830. Grayscale: #A3A3A3. Windows color (decimal): -5531697 or 13604779. OLE color: 13604779.

HSL color Cylindrical-coordinate representation of color #AB97CF: hue angle of 261.43º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB97CF is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171151207-
CMYK0.170.2700.19
HSL261.43º36.84%70.2%-
HSV(B)261.43º27.05%81.18%-
XYZ39.1235.363.78-
YUV163.36152.63133.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 151 (59.38% from 255) = 28.54%
BLUE value IS 207 (81.25% from 255) = 39.13%
R=32.33%
G=28.54%
B=39.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711512070.170.2700.19261.4336.8470.2
HexAB97CF111B0131052546
Octal253227317213302340545106
Binary10101011100101111100111110001110110100111000001011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB97CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB97CF; }

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

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

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

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

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

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

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

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