#AD88FD

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

Shades of Biloba Flower #AD88FD

Tints of Biloba Flower #AD88FD

Color information

#AD88FD (or 0xAD88FD) is unknown color: approx Biloba Flower. HEX triplet: AD, 88 and FD. RGB value is (173,136,253). Sum of RGB (Red+Green+Blue) = 173+136+253=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD88FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD88FD is #527702. Grayscale: #9F9F9F. Windows color (decimal): -5404419 or 16615597. OLE color: 16615597.

HSL color Cylindrical-coordinate representation of color #AD88FD: hue angle of 258.97º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD88FD is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173136253-
CMYK0.320.4600.01
HSL258.97º96.69%76.27%-
HSV(B)258.97º46.25%99.22%-
XYZ43.7733.5897.1-
YUV160.4180.26136.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.78%
GREEN value IS 136 (53.52% from 255) = 24.20%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=30.78%
G=24.20%
B=45.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731362530.320.4600.01258.9796.6976.27
HexAD88FD202E01103614c
Octal255210375405601403141114
Binary1010110110001000111111011000001011100110000001111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD88FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD88FD; }

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

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

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

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

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

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

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

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