#AB87CF

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

Shades of Biloba Flower #AB87CF

Tints of Biloba Flower #AB87CF

Color information

#AB87CF (or 0xAB87CF) is unknown color: approx Biloba Flower. HEX triplet: AB, 87 and CF. RGB value is (171,135,207). Sum of RGB (Red+Green+Blue) = 171+135+207=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB87CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB87CF is #547830. Grayscale: #999999. Windows color (decimal): -5535793 or 13600683. OLE color: 13600683.

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

Color convert

RGB171135207-
CMYK0.170.3500.19
HSL270º42.86%67.06%-
HSV(B)270º34.78%81.18%-
XYZ36.7230.4962.98-
YUV153.97157.93140.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 26.32%
BLUE value IS 207 (81.25% from 255) = 40.35%
R=33.33%
G=26.32%
B=40.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711352070.170.3500.1927042.8667.06
HexAB87CF112301310e2b43
Octal253207317214302341653103
Binary101010111000011111001111100011000110100111000011101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB87CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB87CF; }

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

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

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

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

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

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

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

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