#AB97DE

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

Shades of Biloba Flower #AB97DE

Tints of Biloba Flower #AB97DE

Color information

#AB97DE (or 0xAB97DE) is unknown color: approx Biloba Flower. HEX triplet: AB, 97 and DE. RGB value is (171,151,222). Sum of RGB (Red+Green+Blue) = 171+151+222=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB97DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB97DE is #546821. Grayscale: #A4A4A4. Windows color (decimal): -5531682 or 14587819. OLE color: 14587819.

HSL color Cylindrical-coordinate representation of color #AB97DE: hue angle of 256.9º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB97DE is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171151222-
CMYK0.230.3200.13
HSL256.9º51.82%73.14%-
HSV(B)256.9º31.98%87.06%-
XYZ41.0536.0773.91-
YUV165.07160.13132.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.43%
GREEN value IS 151 (59.38% from 255) = 27.76%
BLUE value IS 222 (87.11% from 255) = 40.81%
R=31.43%
G=27.76%
B=40.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711512220.230.3200.13256.951.8273.14
HexAB97DE17200D1013449
Octal253227336274001540164111
Binary10101011100101111101111010111100000011011000000011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB97DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB97DE; }

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

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

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

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

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

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

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

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