#AD8DFA

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

Shades of Biloba Flower #AD8DFA

Tints of Biloba Flower #AD8DFA

Color information

#AD8DFA (or 0xAD8DFA) is unknown color: approx Biloba Flower. HEX triplet: AD, 8D and FA. RGB value is (173,141,250). Sum of RGB (Red+Green+Blue) = 173+141+250=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD8DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8DFA is #527205. Grayscale: #A2A2A2. Windows color (decimal): -5403142 or 16420269. OLE color: 16420269.

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

Color convert

RGB173141250-
CMYK0.310.4400.02
HSL257.61º91.6%76.67%-
HSV(B)257.61º43.6%98.04%-
XYZ44.0134.8494.85-
YUV162.99177.1135.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.67%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 250 (98.05% from 255) = 44.33%
R=30.67%
G=25%
B=44.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731412500.310.4400.02257.6191.676.67
HexAD8DFA1F2C021025c4d
Octal255215372375402402134115
Binary1010110110001101111110101111110110001010000001010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8DFA; }

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

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

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

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

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

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

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

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