#AF87FB

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

Shades of Biloba Flower #AF87FB

Tints of Biloba Flower #AF87FB

Color information

#AF87FB (or 0xAF87FB) is unknown color: approx Biloba Flower. HEX triplet: AF, 87 and FB. RGB value is (175,135,251). Sum of RGB (Red+Green+Blue) = 175+135+251=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF87FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF87FB is #507804. Grayscale: #9F9F9F. Windows color (decimal): -5273605 or 16484271. OLE color: 16484271.

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

Color convert

RGB175135251-
CMYK0.300.4600.02
HSL260.69º93.55%75.69%-
HSV(B)260.69º46.22%98.43%-
XYZ43.7633.4195.41-
YUV160.18179.25138.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 135 (53.12% from 255) = 24.06%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=31.19%
G=24.06%
B=44.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751352510.300.4600.02260.6993.5575.69
HexAF87FB1E2E021055e4c
Octal257207373365602405136114
Binary1010111110000111111110111111010111001010000010110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF87FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF87FB; }

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

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

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

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

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

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

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

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