#AD88F9

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

Shades of Biloba Flower #AD88F9

Tints of Biloba Flower #AD88F9

Color information

#AD88F9 (or 0xAD88F9) is unknown color: approx Biloba Flower. HEX triplet: AD, 88 and F9. RGB value is (173,136,249). Sum of RGB (Red+Green+Blue) = 173+136+249=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD88F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD88F9 is #527706. Grayscale: #9F9F9F. Windows color (decimal): -5404423 or 16353453. OLE color: 16353453.

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

Color convert

RGB173136249-
CMYK0.310.4500.02
HSL259.65º90.4%75.49%-
HSV(B)259.65º45.38%97.65%-
XYZ43.1433.3393.78-
YUV159.94178.26137.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 136 (53.52% from 255) = 24.37%
BLUE value IS 249 (97.66% from 255) = 44.62%
R=31.00%
G=24.37%
B=44.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731362490.310.4500.02259.6590.475.49
HexAD88F91F2D021045a4b
Octal255210371375502404132113
Binary1010110110001000111110011111110110101010000010010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD88F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD88F9; }

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

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

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

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

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

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

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

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