#AB9CD7

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

Shades of Biloba Flower #AB9CD7

Tints of Biloba Flower #AB9CD7

Color information

#AB9CD7 (or 0xAB9CD7) is unknown color: approx Biloba Flower. HEX triplet: AB, 9C and D7. RGB value is (171,156,215). Sum of RGB (Red+Green+Blue) = 171+156+215=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 215 - color contains mainly: blue. Hex color #AB9CD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CD7 is #546328. Grayscale: #A6A6A6. Windows color (decimal): -5530409 or 14130347. OLE color: 14130347.

HSL color Cylindrical-coordinate representation of color #AB9CD7: hue angle of 255.25º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB9CD7 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171156215-
CMYK0.200.2700.16
HSL255.25º42.45%72.75%-
HSV(B)255.25º27.44%84.31%-
XYZ40.9537.3469.34-
YUV167.21154.97130.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.55%
GREEN value IS 156 (61.33% from 255) = 28.78%
BLUE value IS 215 (84.38% from 255) = 39.67%
R=31.55%
G=28.78%
B=39.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711562150.200.2700.16255.2542.4572.75
HexAB9CD7141B010ff2a49
Octal253234327243302037752111
Binary1010101110011100110101111010011011010000111111111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CD7; }

 p { color: rgb(171,156,215); }

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

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

 a { background-color: rgb(171,156,215); }

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

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

 span { border-color: rgb(171,156,215); }

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