#AB9BDE

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

Shades of Biloba Flower #AB9BDE

Tints of Biloba Flower #AB9BDE

Color information

#AB9BDE (or 0xAB9BDE) is unknown color: approx Biloba Flower. HEX triplet: AB, 9B and DE. RGB value is (171,155,222). Sum of RGB (Red+Green+Blue) = 171+155+222=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB9BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BDE is #546421. Grayscale: #A7A7A7. Windows color (decimal): -5530658 or 14588843. OLE color: 14588843.

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

Color convert

RGB171155222-
CMYK0.230.3000.13
HSL254.33º50.38%73.92%-
HSV(B)254.33º30.18%87.06%-
XYZ41.737.3774.12-
YUV167.42158.8130.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.20%
GREEN value IS 155 (60.94% from 255) = 28.28%
BLUE value IS 222 (87.11% from 255) = 40.51%
R=31.20%
G=28.28%
B=40.51%

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
Decimal1711552220.230.3000.13254.3350.3873.92
HexAB9BDE171E0Dfe324a
Octal253233336273601537662112
Binary101010111001101111011110101111111001101111111101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9BDE; }

 p { color: rgb(171,155,222); }

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

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

 a { background-color: rgb(171,155,222); }

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

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

 span { border-color: rgb(171,155,222); }

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