#AC87FB

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

Shades of Biloba Flower #AC87FB

Tints of Biloba Flower #AC87FB

Color information

#AC87FB (or 0xAC87FB) is unknown color: approx Biloba Flower. HEX triplet: AC, 87 and FB. RGB value is (172,135,251). Sum of RGB (Red+Green+Blue) = 172+135+251=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 135 (53.12% from 255 or 24.19% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC87FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC87FB is #537804. Grayscale: #9E9E9E. Windows color (decimal): -5470213 or 16484268. OLE color: 16484268.

HSL color Cylindrical-coordinate representation of color #AC87FB: hue angle of 259.14º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC87FB is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172135251-
CMYK0.310.4600.02
HSL259.14º93.55%75.69%-
HSV(B)259.14º46.22%98.43%-
XYZ43.0933.0695.38-
YUV159.29179.76137.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.82%
GREEN value IS 135 (53.12% from 255) = 24.19%
BLUE value IS 251 (98.44% from 255) = 44.98%
R=30.82%
G=24.19%
B=44.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721352510.310.4600.02259.1493.5575.69
HexAC87FB1F2E021035e4c
Octal254207373375602403136114
Binary1010110010000111111110111111110111001010000001110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC87FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC87FB; }

 p { color: rgb(172,135,251); }

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

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

 a { background-color: rgb(172,135,251); }

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

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

 span { border-color: rgb(172,135,251); }

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