#AB9DC6

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

Shades of Biloba Flower #AB9DC6

Tints of Biloba Flower #AB9DC6

Color information

#AB9DC6 (or 0xAB9DC6) is unknown color: approx Biloba Flower. HEX triplet: AB, 9D and C6. RGB value is (171,157,198). Sum of RGB (Red+Green+Blue) = 171+157+198=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB9DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DC6 is #546239. Grayscale: #A5A5A5. Windows color (decimal): -5530170 or 13016491. OLE color: 13016491.

HSL color Cylindrical-coordinate representation of color #AB9DC6: hue angle of 260.49º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB9DC6 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB171157198-
CMYK0.140.2100.22
HSL260.49º26.45%69.61%-
HSV(B)260.49º20.71%77.65%-
XYZ39.0436.8558.48-
YUV165.86146.14131.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 198 (77.73% from 255) = 37.64%
R=32.51%
G=29.85%
B=37.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711571980.140.2100.22260.4926.4569.61
HexAB9DC6E150161041a46
Octal253235306162502640432106
Binary101010111001110111000110111010101010110100000100110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DC6; }

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

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

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

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

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

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

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

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