#AB9CD9

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

Shades of Biloba Flower #AB9CD9

Tints of Biloba Flower #AB9CD9

Color information

#AB9CD9 (or 0xAB9CD9) is unknown color: approx Biloba Flower. HEX triplet: AB, 9C and D9. RGB value is (171,156,217). Sum of RGB (Red+Green+Blue) = 171+156+217=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB9CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CD9 is #546326. Grayscale: #A7A7A7. Windows color (decimal): -5530407 or 14261419. OLE color: 14261419.

HSL color Cylindrical-coordinate representation of color #AB9CD9: hue angle of 254.75º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB9CD9 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171156217-
CMYK0.210.2800.15
HSL254.75º44.53%73.14%-
HSV(B)254.75º28.11%85.1%-
XYZ41.2137.4470.7-
YUV167.44155.97130.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.43%
GREEN value IS 156 (61.33% from 255) = 28.68%
BLUE value IS 217 (85.16% from 255) = 39.89%
R=31.43%
G=28.68%
B=39.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711562170.210.2800.15254.7544.5373.14
HexAB9CD9151C0Fff2d49
Octal253234331253401737755111
Binary101010111001110011011001101011110001111111111111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CD9; }

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

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

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

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

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

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

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

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