#AF88FB

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

Shades of Biloba Flower #AF88FB

Tints of Biloba Flower #AF88FB

Color information

#AF88FB (or 0xAF88FB) is unknown color: approx Biloba Flower. HEX triplet: AF, 88 and FB. RGB value is (175,136,251). Sum of RGB (Red+Green+Blue) = 175+136+251=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF88FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF88FB is #507704. Grayscale: #A0A0A0. Windows color (decimal): -5273349 or 16484527. OLE color: 16484527.

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

Color convert

RGB175136251-
CMYK0.300.4600.02
HSL260.35º93.5%75.88%-
HSV(B)260.35º45.82%98.43%-
XYZ43.933.6995.46-
YUV160.77178.92138.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 136 (53.52% from 255) = 24.20%
BLUE value IS 251 (98.44% from 255) = 44.66%
R=31.14%
G=24.20%
B=44.66%

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
Decimal1751362510.300.4600.02260.3593.575.88
HexAF88FB1E2E021045d4c
Octal257210373365602404135114
Binary1010111110001000111110111111010111001010000010010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF88FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF88FB; }

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

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

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

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

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

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

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

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