#AD88FB

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

Shades of Biloba Flower #AD88FB

Tints of Biloba Flower #AD88FB

Color information

#AD88FB (or 0xAD88FB) is unknown color: approx Biloba Flower. HEX triplet: AD, 88 and FB. RGB value is (173,136,251). Sum of RGB (Red+Green+Blue) = 173+136+251=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD88FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD88FB is #527704. Grayscale: #9F9F9F. Windows color (decimal): -5404421 or 16484525. OLE color: 16484525.

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

Color convert

RGB173136251-
CMYK0.310.4600.02
HSL259.3º93.5%75.88%-
HSV(B)259.3º45.82%98.43%-
XYZ43.4533.4695.43-
YUV160.17179.26137.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 136 (53.52% from 255) = 24.29%
BLUE value IS 251 (98.44% from 255) = 44.82%
R=30.89%
G=24.29%
B=44.82%

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
Decimal1731362510.310.4600.02259.393.575.88
HexAD88FB1F2E021035d4c
Octal255210373375602403135114
Binary1010110110001000111110111111110111001010000001110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD88FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD88FB; }

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

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

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

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

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

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

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

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