#AB9ADA

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

Shades of Biloba Flower #AB9ADA

Tints of Biloba Flower #AB9ADA

Color information

#AB9ADA (or 0xAB9ADA) is unknown color: approx Biloba Flower. HEX triplet: AB, 9A and DA. RGB value is (171,154,218). Sum of RGB (Red+Green+Blue) = 171+154+218=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB9ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ADA is #546525. Grayscale: #A6A6A6. Windows color (decimal): -5530918 or 14326443. OLE color: 14326443.

HSL color Cylindrical-coordinate representation of color #AB9ADA: hue angle of 255.94º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB9ADA is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171154218-
CMYK0.220.2900.15
HSL255.94º46.38%72.94%-
HSV(B)255.94º29.36%85.49%-
XYZ41.0136.8371.28-
YUV166.38157.13131.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 154 (60.55% from 255) = 28.36%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=31.49%
G=28.36%
B=40.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711542180.220.2900.15255.9446.3872.94
HexAB9ADA161D0F1002e49
Octal253232332263501740056111
Binary1010101110011010110110101011011101011111000000001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9ADA; }

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

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

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

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

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

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

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

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