#AB8FCC

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

Shades of Biloba Flower #AB8FCC

Tints of Biloba Flower #AB8FCC

Color information

#AB8FCC (or 0xAB8FCC) is unknown color: approx Biloba Flower. HEX triplet: AB, 8F and CC. RGB value is (171,143,204). Sum of RGB (Red+Green+Blue) = 171+143+204=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB8FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FCC is #547033. Grayscale: #9E9E9E. Windows color (decimal): -5533748 or 13406123. OLE color: 13406123.

HSL color Cylindrical-coordinate representation of color #AB8FCC: hue angle of 267.54º 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 #AB8FCC is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB171143204-
CMYK0.160.3000.2
HSL267.54º37.42%68.04%-
HSV(B)267.54º29.9%80%-
XYZ37.5232.6661.45-
YUV158.33153.78137.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 143 (56.25% from 255) = 27.61%
BLUE value IS 204 (80.08% from 255) = 39.38%
R=33.01%
G=27.61%
B=39.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711432040.160.3000.2267.5437.4268.04
HexAB8FCC101E01410c2544
Octal253217314203602441445104
Binary10101011100011111100110010000111100101001000011001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8FCC; }

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

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

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

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

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

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

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

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