#AB9FC1

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

Shades of Biloba Flower #AB9FC1

Tints of Biloba Flower #AB9FC1

Color information

#AB9FC1 (or 0xAB9FC1) is unknown color: approx Biloba Flower. HEX triplet: AB, 9F and C1. RGB value is (171,159,193). Sum of RGB (Red+Green+Blue) = 171+159+193=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB9FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FC1 is #54603E. Grayscale: #A6A6A6. Windows color (decimal): -5529663 or 12689323. OLE color: 12689323.

HSL color Cylindrical-coordinate representation of color #AB9FC1: hue angle of 261.18º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB9FC1 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171159193-
CMYK0.110.1800.24
HSL261.18º21.52%69.02%-
HSV(B)261.18º17.62%75.69%-
XYZ38.8237.355.61-
YUV166.46142.98131.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.70%
GREEN value IS 159 (62.5% from 255) = 30.40%
BLUE value IS 193 (75.78% from 255) = 36.90%
R=32.70%
G=30.40%
B=36.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711591930.110.1800.24261.1821.5269.02
HexAB9FC1B120181051645
Octal253237301132203040526105
Binary101010111001111111000001101110010011000100000101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FC1; }

 p { color: rgb(171,159,193); }

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

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

 a { background-color: rgb(171,159,193); }

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

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

 span { border-color: rgb(171,159,193); }

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