#AB9DE8

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

Shades of Biloba Flower #AB9DE8

Tints of Biloba Flower #AB9DE8

Color information

#AB9DE8 (or 0xAB9DE8) is unknown color: approx Biloba Flower. HEX triplet: AB, 9D and E8. RGB value is (171,157,232). Sum of RGB (Red+Green+Blue) = 171+157+232=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB9DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9DE8 is #546217. Grayscale: #A9A9A9. Windows color (decimal): -5530136 or 15244715. OLE color: 15244715.

HSL color Cylindrical-coordinate representation of color #AB9DE8: hue angle of 251.2º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB9DE8 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171157232-
CMYK0.260.3200.09
HSL251.2º61.98%76.27%-
HSV(B)251.2º32.33%90.98%-
XYZ43.4238.681.51-
YUV169.74163.14128.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.54%
GREEN value IS 157 (61.72% from 255) = 28.04%
BLUE value IS 232 (91.02% from 255) = 41.43%
R=30.54%
G=28.04%
B=41.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711572320.260.3200.09251.261.9876.27
HexAB9DE81A2009fb3e4c
Octal253235350324001137376114
Binary1010101110011101111010001101010000001001111110111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DE8; }

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

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

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

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

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

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

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

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