#AB8FCB

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

Shades of Biloba Flower #AB8FCB

Tints of Biloba Flower #AB8FCB

Color information

#AB8FCB (or 0xAB8FCB) is unknown color: approx Biloba Flower. HEX triplet: AB, 8F and CB. RGB value is (171,143,203). Sum of RGB (Red+Green+Blue) = 171+143+203=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB8FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FCB is #547034. Grayscale: #9E9E9E. Windows color (decimal): -5533749 or 13340587. OLE color: 13340587.

HSL color Cylindrical-coordinate representation of color #AB8FCB: hue angle of 268º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB8FCB is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171143203-
CMYK0.160.3000.20
HSL268º36.59%67.84%-
HSV(B)268º29.56%79.61%-
XYZ37.432.6160.82-
YUV158.21153.28137.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=33.08%
G=27.66%
B=39.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711432030.160.3000.2026836.5967.84
HexAB8FCB101E01410c2544
Octal253217313203602441445104
Binary10101011100011111100101110000111100101001000011001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8FCB; }

 p { color: rgb(171,143,203); }

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

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

 a { background-color: rgb(171,143,203); }

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

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

 span { border-color: rgb(171,143,203); }

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