#AB9BD4

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

Shades of Biloba Flower #AB9BD4

Tints of Biloba Flower #AB9BD4

Color information

#AB9BD4 (or 0xAB9BD4) is unknown color: approx Biloba Flower. HEX triplet: AB, 9B and D4. RGB value is (171,155,212). Sum of RGB (Red+Green+Blue) = 171+155+212=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB9BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BD4 is #54642B. Grayscale: #A6A6A6. Windows color (decimal): -5530668 or 13933483. OLE color: 13933483.

HSL color Cylindrical-coordinate representation of color #AB9BD4: hue angle of 256.84º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB9BD4 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB171155212-
CMYK0.190.2700.17
HSL256.84º39.86%71.96%-
HSV(B)256.84º26.89%83.14%-
XYZ40.436.8567.27-
YUV166.28153.8131.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 155 (60.94% from 255) = 28.81%
BLUE value IS 212 (83.20% from 255) = 39.41%
R=31.78%
G=28.81%
B=39.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1711552120.190.2700.17256.8439.8671.96
HexAB9BD4131B0111012848
Octal253233324233302140150110
Binary10101011100110111101010010011110110100011000000011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9BD4; }

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

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

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

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

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

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

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

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