#AD88F1

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

Shades of Biloba Flower #AD88F1

Tints of Biloba Flower #AD88F1

Color information

#AD88F1 (or 0xAD88F1) is unknown color: approx Biloba Flower. HEX triplet: AD, 88 and F1. RGB value is (173,136,241). Sum of RGB (Red+Green+Blue) = 173+136+241=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD88F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD88F1 is #52770E. Grayscale: #9E9E9E. Windows color (decimal): -5404431 or 15829165. OLE color: 15829165.

HSL color Cylindrical-coordinate representation of color #AD88F1: hue angle of 261.14º degrees, saturation: 0.79, 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 #AD88F1 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173136241-
CMYK0.280.4400.05
HSL261.14º78.95%73.92%-
HSV(B)261.14º43.57%94.51%-
XYZ41.9132.8487.35-
YUV159.03174.26137.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 136 (53.52% from 255) = 24.73%
BLUE value IS 241 (94.53% from 255) = 43.82%
R=31.45%
G=24.73%
B=43.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731362410.280.4400.05261.1478.9573.92
HexAD88F11C2C051054f4a
Octal255210361345405405117112
Binary10101101100010001111000111100101100010110000010110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD88F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD88F1; }

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

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

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

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

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

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

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

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