#AB9DE1

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

Shades of Biloba Flower #AB9DE1

Tints of Biloba Flower #AB9DE1

Color information

#AB9DE1 (or 0xAB9DE1) is unknown color: approx Biloba Flower. HEX triplet: AB, 9D and E1. RGB value is (171,157,225). Sum of RGB (Red+Green+Blue) = 171+157+225=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB9DE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DE1 is #54621E. Grayscale: #A8A8A8. Windows color (decimal): -5530143 or 14785963. OLE color: 14785963.

HSL color Cylindrical-coordinate representation of color #AB9DE1: hue angle of 252.35º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB9DE1 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB171157225-
CMYK0.240.3000.12
HSL252.35º53.12%74.9%-
HSV(B)252.35º30.22%88.24%-
XYZ42.4438.2176.37-
YUV168.94159.64129.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.92%
GREEN value IS 157 (61.72% from 255) = 28.39%
BLUE value IS 225 (88.28% from 255) = 40.69%
R=30.92%
G=28.39%
B=40.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711572250.240.3000.12252.3553.1274.9
HexAB9DE1181E0Cfc354b
Octal253235341303601437465113
Binary101010111001110111100001110001111001100111111001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DE1; }

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

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

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

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

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

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

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

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