#AD8DFE

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

Shades of Biloba Flower #AD8DFE

Tints of Biloba Flower #AD8DFE

Color information

#AD8DFE (or 0xAD8DFE) is unknown color: approx Biloba Flower. HEX triplet: AD, 8D and FE. RGB value is (173,141,254). Sum of RGB (Red+Green+Blue) = 173+141+254=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD8DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8DFE is #527201. Grayscale: #A3A3A3. Windows color (decimal): -5403138 or 16682413. OLE color: 16682413.

HSL color Cylindrical-coordinate representation of color #AD8DFE: hue angle of 256.99º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD8DFE is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB173141254-
CMYK0.320.4400.00
HSL256.99º98.26%77.45%-
HSV(B)256.99º44.49%99.61%-
XYZ44.6535.0998.19-
YUV163.45179.1134.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.46%
GREEN value IS 141 (55.47% from 255) = 24.82%
BLUE value IS 254 (99.61% from 255) = 44.72%
R=30.46%
G=24.82%
B=44.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1731412540.320.4400.00256.9998.2677.45
HexAD8DFE202C00101624d
Octal255215376405400401142115
Binary1010110110001101111111101000001011000010000000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8DFE; }

 p { color: rgb(173,141,254); }

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

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

 a { background-color: rgb(173,141,254); }

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

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

 span { border-color: rgb(173,141,254); }

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