#AB87F2

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

Shades of Biloba Flower #AB87F2

Tints of Biloba Flower #AB87F2

Color information

#AB87F2 (or 0xAB87F2) is unknown color: approx Biloba Flower. HEX triplet: AB, 87 and F2. RGB value is (171,135,242). Sum of RGB (Red+Green+Blue) = 171+135+242=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB87F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB87F2 is #54780D. Grayscale: #9D9D9D. Windows color (decimal): -5535758 or 15894443. OLE color: 15894443.

HSL color Cylindrical-coordinate representation of color #AB87F2: hue angle of 260.19º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB87F2 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171135242-
CMYK0.290.4400.05
HSL260.19º80.45%73.92%-
HSV(B)260.19º44.21%94.9%-
XYZ41.4932.488.07-
YUV157.96175.43137.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.20%
GREEN value IS 135 (53.12% from 255) = 24.64%
BLUE value IS 242 (94.92% from 255) = 44.16%
R=31.20%
G=24.64%
B=44.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711352420.290.4400.05260.1980.4573.92
HexAB87F21D2C05104504a
Octal253207362355405404120112
Binary10101011100001111111001011101101100010110000010010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB87F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB87F2; }

 p { color: rgb(171,135,242); }

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

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

 a { background-color: rgb(171,135,242); }

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

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

 span { border-color: rgb(171,135,242); }

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