#AB8FCA

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

Shades of Biloba Flower #AB8FCA

Tints of Biloba Flower #AB8FCA

Color information

#AB8FCA (or 0xAB8FCA) is unknown color: approx Biloba Flower. HEX triplet: AB, 8F and CA. RGB value is (171,143,202). Sum of RGB (Red+Green+Blue) = 171+143+202=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB8FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FCA is #547035. Grayscale: #9D9D9D. Windows color (decimal): -5533750 or 13275051. OLE color: 13275051.

HSL color Cylindrical-coordinate representation of color #AB8FCA: hue angle of 268.47º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB8FCA is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171143202-
CMYK0.150.2900.21
HSL268.47º35.76%67.65%-
HSV(B)268.47º29.21%79.22%-
XYZ37.2832.5760.2-
YUV158.1152.78137.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 143 (56.25% from 255) = 27.71%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=33.14%
G=27.71%
B=39.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711432020.150.2900.21268.4735.7667.65
HexAB8FCAF1D01510c2444
Octal253217312173502541444104
Binary1010101110001111110010101111111010101011000011001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8FCA; }

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

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

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

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

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

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

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

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