#AB9ACF

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

Shades of Biloba Flower #AB9ACF

Tints of Biloba Flower #AB9ACF

Color information

#AB9ACF (or 0xAB9ACF) is unknown color: approx Biloba Flower. HEX triplet: AB, 9A and CF. RGB value is (171,154,207). Sum of RGB (Red+Green+Blue) = 171+154+207=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB9ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ACF is #546530. Grayscale: #A4A4A4. Windows color (decimal): -5530929 or 13605547. OLE color: 13605547.

HSL color Cylindrical-coordinate representation of color #AB9ACF: hue angle of 259.25º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB9ACF is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171154207-
CMYK0.170.2600.19
HSL259.25º35.57%70.78%-
HSV(B)259.25º25.6%81.18%-
XYZ39.6136.2763.95-
YUV165.12151.63132.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.14%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 207 (81.25% from 255) = 38.91%
R=32.14%
G=28.95%
B=38.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711542070.170.2600.19259.2535.5770.78
HexAB9ACF111A0131032447
Octal253232317213202340344107
Binary10101011100110101100111110001110100100111000000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9ACF; }

 p { color: rgb(171,154,207); }

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

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

 a { background-color: rgb(171,154,207); }

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

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

 span { border-color: rgb(171,154,207); }

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