#AD88F5

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

Shades of Biloba Flower #AD88F5

Tints of Biloba Flower #AD88F5

Color information

#AD88F5 (or 0xAD88F5) is unknown color: approx Biloba Flower. HEX triplet: AD, 88 and F5. RGB value is (173,136,245). Sum of RGB (Red+Green+Blue) = 173+136+245=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 245 (96.09% from 255 or 44.22% from 554); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD88F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD88F5 is #52770A. Grayscale: #9F9F9F. Windows color (decimal): -5404427 or 16091309. OLE color: 16091309.

HSL color Cylindrical-coordinate representation of color #AD88F5: hue angle of 260.37º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD88F5 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173136245-
CMYK0.290.4400.04
HSL260.37º84.5%74.71%-
HSV(B)260.37º44.49%96.08%-
XYZ42.5233.0990.53-
YUV159.49176.26137.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.23%
GREEN value IS 136 (53.52% from 255) = 24.55%
BLUE value IS 245 (96.09% from 255) = 44.22%
R=31.23%
G=24.55%
B=44.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731362450.290.4400.04260.3784.574.71
HexAD88F51D2C04104544b
Octal255210365355404404124113
Binary10101101100010001111010111101101100010010000010010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD88F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD88F5; }

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

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

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

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

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

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

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

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