#AD8FFA

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

Shades of Biloba Flower #AD8FFA

Tints of Biloba Flower #AD8FFA

Color information

#AD8FFA (or 0xAD8FFA) is unknown color: approx Biloba Flower. HEX triplet: AD, 8F and FA. RGB value is (173,143,250). Sum of RGB (Red+Green+Blue) = 173+143+250=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD8FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8FFA is #527005. Grayscale: #A3A3A3. Windows color (decimal): -5402630 or 16420781. OLE color: 16420781.

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

Color convert

RGB173143250-
CMYK0.310.4300.02
HSL256.82º91.45%77.06%-
HSV(B)256.82º42.8%98.04%-
XYZ44.3135.4394.95-
YUV164.17176.44134.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.57%
GREEN value IS 143 (56.25% from 255) = 25.27%
BLUE value IS 250 (98.05% from 255) = 44.17%
R=30.57%
G=25.27%
B=44.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731432500.310.4300.02256.8291.4577.06
HexAD8FFA1F2B021015b4d
Octal255217372375302401133115
Binary1010110110001111111110101111110101101010000000110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8FFA; }

 p { color: rgb(173,143,250); }

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

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

 a { background-color: rgb(173,143,250); }

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

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

 span { border-color: rgb(173,143,250); }

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