#AB9BD2

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

Shades of Biloba Flower #AB9BD2

Tints of Biloba Flower #AB9BD2

Color information

#AB9BD2 (or 0xAB9BD2) is unknown color: approx Biloba Flower. HEX triplet: AB, 9B and D2. RGB value is (171,155,210). Sum of RGB (Red+Green+Blue) = 171+155+210=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 210 (82.42% from 255 or 39.18% from 536); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB9BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BD2 is #54642D. Grayscale: #A5A5A5. Windows color (decimal): -5530670 or 13802411. OLE color: 13802411.

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

Color convert

RGB171155210-
CMYK0.190.2600.18
HSL257.45º37.93%71.57%-
HSV(B)257.45º26.19%82.35%-
XYZ40.1536.7565.95-
YUV166.05152.8131.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 210 (82.42% from 255) = 39.18%
R=31.90%
G=28.92%
B=39.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711552100.190.2600.18257.4537.9371.57
HexAB9BD2131A0121012648
Octal253233322233202240146110
Binary10101011100110111101001010011110100100101000000011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9BD2; }

 p { color: rgb(171,155,210); }

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

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

 a { background-color: rgb(171,155,210); }

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

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

 span { border-color: rgb(171,155,210); }

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