#AB90DE

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

Shades of Biloba Flower #AB90DE

Tints of Biloba Flower #AB90DE

Color information

#AB90DE (or 0xAB90DE) is unknown color: approx Biloba Flower. HEX triplet: AB, 90 and DE. RGB value is (171,144,222). Sum of RGB (Red+Green+Blue) = 171+144+222=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB90DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90DE is #546F21. Grayscale: #A0A0A0. Windows color (decimal): -5533474 or 14586027. OLE color: 14586027.

HSL color Cylindrical-coordinate representation of color #AB90DE: hue angle of 260.77º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB90DE is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171144222-
CMYK0.230.3500.13
HSL260.77º54.17%71.76%-
HSV(B)260.77º35.14%87.06%-
XYZ39.9533.8873.54-
YUV160.96162.45135.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.84%
GREEN value IS 144 (56.64% from 255) = 26.82%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=31.84%
G=26.82%
B=41.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711442220.230.3500.13260.7754.1771.76
HexAB90DE17230D1053648
Octal253220336274301540566110
Binary10101011100100001101111010111100011011011000001011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB90DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB90DE; }

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

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

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

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

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

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

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

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