#AD90F1

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

Shades of Biloba Flower #AD90F1

Tints of Biloba Flower #AD90F1

Color information

#AD90F1 (or 0xAD90F1) is unknown color: approx Biloba Flower. HEX triplet: AD, 90 and F1. RGB value is (173,144,241). Sum of RGB (Red+Green+Blue) = 173+144+241=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD90F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD90F1 is #526F0E. Grayscale: #A3A3A3. Windows color (decimal): -5402383 or 15831213. OLE color: 15831213.

HSL color Cylindrical-coordinate representation of color #AD90F1: hue angle of 257.94º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD90F1 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173144241-
CMYK0.280.4000.05
HSL257.94º77.6%75.49%-
HSV(B)257.94º40.25%94.51%-
XYZ43.0835.1887.74-
YUV163.73171.61134.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 144 (56.64% from 255) = 25.81%
BLUE value IS 241 (94.53% from 255) = 43.19%
R=31.00%
G=25.81%
B=43.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731442410.280.4000.05257.9477.675.49
HexAD90F11C28051024e4b
Octal255220361345005402116113
Binary10101101100100001111000111100101000010110000001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD90F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD90F1; }

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

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

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

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

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

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

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

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