#AB8AD1

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

Shades of Biloba Flower #AB8AD1

Tints of Biloba Flower #AB8AD1

Color information

#AB8AD1 (or 0xAB8AD1) is unknown color: approx Biloba Flower. HEX triplet: AB, 8A and D1. RGB value is (171,138,209). Sum of RGB (Red+Green+Blue) = 171+138+209=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB8AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8AD1 is #54752E. Grayscale: #9B9B9B. Windows color (decimal): -5535023 or 13732523. OLE color: 13732523.

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

Color convert

RGB171138209-
CMYK0.180.3400.18
HSL267.89º43.56%68.04%-
HSV(B)267.89º33.97%81.96%-
XYZ37.3931.4464.42-
YUV155.96157.93138.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 138 (54.30% from 255) = 26.64%
BLUE value IS 209 (82.03% from 255) = 40.35%
R=33.01%
G=26.64%
B=40.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711382090.180.3400.18267.8943.5668.04
HexAB8AD1122201210c2c44
Octal253212321224202241454104
Binary101010111000101011010001100101000100100101000011001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8AD1; }

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

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

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

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

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

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

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

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