#AB9FC4

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

Shades of Biloba Flower #AB9FC4

Tints of Biloba Flower #AB9FC4

Color information

#AB9FC4 (or 0xAB9FC4) is unknown color: approx Biloba Flower. HEX triplet: AB, 9F and C4. RGB value is (171,159,196). Sum of RGB (Red+Green+Blue) = 171+159+196=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 196 - color contains mainly: blue. Hex color #AB9FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FC4 is #54603B. Grayscale: #A6A6A6. Windows color (decimal): -5529660 or 12885931. OLE color: 12885931.

HSL color Cylindrical-coordinate representation of color #AB9FC4: hue angle of 259.46º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB9FC4 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171159196-
CMYK0.130.1900.23
HSL259.46º23.87%69.61%-
HSV(B)259.46º18.88%76.86%-
XYZ39.1637.4457.39-
YUV166.81144.48130.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 159 (62.5% from 255) = 30.23%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=32.51%
G=30.23%
B=37.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711591960.130.1900.23259.4623.8769.61
HexAB9FC4D130171031846
Octal253237304152302740330106
Binary101010111001111111000100110110011010111100000011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FC4; }

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

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

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

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

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

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

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

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