#AB9ADE

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

Shades of Biloba Flower #AB9ADE

Tints of Biloba Flower #AB9ADE

Color information

#AB9ADE (or 0xAB9ADE) is unknown color: approx Biloba Flower. HEX triplet: AB, 9A and DE. RGB value is (171,154,222). Sum of RGB (Red+Green+Blue) = 171+154+222=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB9ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ADE is #546521. Grayscale: #A6A6A6. Windows color (decimal): -5530914 or 14588587. OLE color: 14588587.

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

Color convert

RGB171154222-
CMYK0.230.3100.13
HSL255º50.75%73.73%-
HSV(B)255º30.63%87.06%-
XYZ41.5437.0474.07-
YUV166.83159.13130.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=31.26%
G=28.15%
B=40.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711542220.230.3100.1325550.7573.73
HexAB9ADE171F0Dff334a
Octal253232336273701537763112
Binary101010111001101011011110101111111101101111111111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9ADE; }

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

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

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

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

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

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

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

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