#AD90DF

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

Shades of Biloba Flower #AD90DF

Tints of Biloba Flower #AD90DF

Color information

#AD90DF (or 0xAD90DF) is unknown color: approx Biloba Flower. HEX triplet: AD, 90 and DF. RGB value is (173,144,223). Sum of RGB (Red+Green+Blue) = 173+144+223=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD90DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90DF is #526F20. Grayscale: #A1A1A1. Windows color (decimal): -5402401 or 14651565. OLE color: 14651565.

HSL color Cylindrical-coordinate representation of color #AD90DF: hue angle of 262.03º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD90DF is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173144223-
CMYK0.220.3500.13
HSL262.03º55.24%71.96%-
HSV(B)262.03º35.43%87.45%-
XYZ40.5334.1674.27-
YUV161.68162.61136.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.04%
GREEN value IS 144 (56.64% from 255) = 26.67%
BLUE value IS 223 (87.5% from 255) = 41.30%
R=32.04%
G=26.67%
B=41.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731442230.220.3500.13262.0355.2471.96
HexAD90DF16230D1063748
Octal255220337264301540667110
Binary10101101100100001101111110110100011011011000001101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD90DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD90DF; }

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

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

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

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

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

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

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

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