#AB8BD1

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

Shades of Biloba Flower #AB8BD1

Tints of Biloba Flower #AB8BD1

Color information

#AB8BD1 (or 0xAB8BD1) is unknown color: approx Biloba Flower. HEX triplet: AB, 8B and D1. RGB value is (171,139,209). Sum of RGB (Red+Green+Blue) = 171+139+209=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB8BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8BD1 is #54742E. Grayscale: #9C9C9C. Windows color (decimal): -5534767 or 13732779. OLE color: 13732779.

HSL color Cylindrical-coordinate representation of color #AB8BD1: hue angle of 267.43º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB8BD1 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171139209-
CMYK0.180.3300.18
HSL267.43º43.21%68.24%-
HSV(B)267.43º33.49%81.96%-
XYZ37.5431.7364.47-
YUV156.55157.6138.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 209 (82.03% from 255) = 40.27%
R=32.95%
G=26.78%
B=40.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711392090.180.3300.18267.4343.2168.24
HexAB8BD1122101210b2b44
Octal253213321224102241353104
Binary101010111000101111010001100101000010100101000010111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8BD1; }

 p { color: rgb(171,139,209); }

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

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

 a { background-color: rgb(171,139,209); }

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

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

 span { border-color: rgb(171,139,209); }

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