#AB91D8

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

Shades of Biloba Flower #AB91D8

Tints of Biloba Flower #AB91D8

Color information

#AB91D8 (or 0xAB91D8) is unknown color: approx Biloba Flower. HEX triplet: AB, 91 and D8. RGB value is (171,145,216). Sum of RGB (Red+Green+Blue) = 171+145+216=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB91D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91D8 is #546E27. Grayscale: #A0A0A0. Windows color (decimal): -5533224 or 14193067. OLE color: 14193067.

HSL color Cylindrical-coordinate representation of color #AB91D8: hue angle of 261.97º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB91D8 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171145216-
CMYK0.210.3300.15
HSL261.97º47.65%70.78%-
HSV(B)261.97º32.87%84.71%-
XYZ39.3133.8769.43-
YUV160.87159.11135.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.14%
GREEN value IS 145 (57.03% from 255) = 27.26%
BLUE value IS 216 (84.77% from 255) = 40.60%
R=32.14%
G=27.26%
B=40.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711452160.210.3300.15261.9747.6570.78
HexAB91D815210F1063047
Octal253221330254101740660107
Binary10101011100100011101100010101100001011111000001101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB91D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB91D8; }

 p { color: rgb(171,145,216); }

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

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

 a { background-color: rgb(171,145,216); }

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

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

 span { border-color: rgb(171,145,216); }

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