#AB9DE7

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

Shades of Biloba Flower #AB9DE7

Tints of Biloba Flower #AB9DE7

Color information

#AB9DE7 (or 0xAB9DE7) is unknown color: approx Biloba Flower. HEX triplet: AB, 9D and E7. RGB value is (171,157,231). Sum of RGB (Red+Green+Blue) = 171+157+231=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB9DE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9DE7 is #546218. Grayscale: #A9A9A9. Windows color (decimal): -5530137 or 15179179. OLE color: 15179179.

HSL color Cylindrical-coordinate representation of color #AB9DE7: hue angle of 251.35º degrees, saturation: 0.61, 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 #AB9DE7 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171157231-
CMYK0.260.3200.09
HSL251.35º60.66%76.08%-
HSV(B)251.35º32.03%90.59%-
XYZ43.2838.5480.76-
YUV169.62162.64128.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.59%
GREEN value IS 157 (61.72% from 255) = 28.09%
BLUE value IS 231 (90.62% from 255) = 41.32%
R=30.59%
G=28.09%
B=41.32%

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
Decimal1711572310.260.3200.09251.3560.6676.08
HexAB9DE71A2009fb3d4c
Octal253235347324001137375114
Binary1010101110011101111001111101010000001001111110111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DE7; }

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

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

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

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

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

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

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

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