#AB9DDF

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

Shades of Biloba Flower #AB9DDF

Tints of Biloba Flower #AB9DDF

Color information

#AB9DDF (or 0xAB9DDF) is unknown color: approx Biloba Flower. HEX triplet: AB, 9D and DF. RGB value is (171,157,223). Sum of RGB (Red+Green+Blue) = 171+157+223=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB9DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DDF is #546220. Grayscale: #A8A8A8. Windows color (decimal): -5530145 or 14654891. OLE color: 14654891.

HSL color Cylindrical-coordinate representation of color #AB9DDF: hue angle of 252.73º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB9DDF is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171157223-
CMYK0.230.3000.13
HSL252.73º50.77%74.51%-
HSV(B)252.73º29.6%87.45%-
XYZ42.1738.174.94-
YUV168.71158.64129.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.03%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 223 (87.5% from 255) = 40.47%
R=31.03%
G=28.49%
B=40.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711572230.230.3000.13252.7350.7774.51
HexAB9DDF171E0Dfd334b
Octal253235337273601537563113
Binary101010111001110111011111101111111001101111111011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DDF; }

 p { color: rgb(171,157,223); }

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

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

 a { background-color: rgb(171,157,223); }

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

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

 span { border-color: rgb(171,157,223); }

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