#AB9DD1

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

Shades of Biloba Flower #AB9DD1

Tints of Biloba Flower #AB9DD1

Color information

#AB9DD1 (or 0xAB9DD1) is unknown color: approx Biloba Flower. HEX triplet: AB, 9D and D1. RGB value is (171,157,209). Sum of RGB (Red+Green+Blue) = 171+157+209=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB9DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DD1 is #54622E. Grayscale: #A6A6A6. Windows color (decimal): -5530159 or 13737387. OLE color: 13737387.

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

Color convert

RGB171157209-
CMYK0.180.2500.18
HSL256.15º36.11%71.76%-
HSV(B)256.15º24.88%81.96%-
XYZ40.3637.3865.41-
YUV167.11151.64130.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.84%
GREEN value IS 157 (61.72% from 255) = 29.24%
BLUE value IS 209 (82.03% from 255) = 38.92%
R=31.84%
G=29.24%
B=38.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711572090.180.2500.18256.1536.1171.76
HexAB9DD112190121002448
Octal253235321223102240044110
Binary10101011100111011101000110010110010100101000000001001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DD1; }

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

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

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

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

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

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

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

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