#AD88F2

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

Shades of Biloba Flower #AD88F2

Tints of Biloba Flower #AD88F2

Color information

#AD88F2 (or 0xAD88F2) is unknown color: approx Biloba Flower. HEX triplet: AD, 88 and F2. RGB value is (173,136,242). Sum of RGB (Red+Green+Blue) = 173+136+242=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD88F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD88F2 is #52770D. Grayscale: #9E9E9E. Windows color (decimal): -5404430 or 15894701. OLE color: 15894701.

HSL color Cylindrical-coordinate representation of color #AD88F2: hue angle of 260.94º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD88F2 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173136242-
CMYK0.290.4400.05
HSL260.94º80.3%74.12%-
HSV(B)260.94º43.8%94.9%-
XYZ42.0632.988.14-
YUV159.15174.76137.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.40%
GREEN value IS 136 (53.52% from 255) = 24.68%
BLUE value IS 242 (94.92% from 255) = 43.92%
R=31.40%
G=24.68%
B=43.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731362420.290.4400.05260.9480.374.12
HexAD88F21D2C05105504a
Octal255210362355405405120112
Binary10101101100010001111001011101101100010110000010110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD88F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD88F2; }

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

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

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

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

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

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

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

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