#AD85FC

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

Shades of Biloba Flower #AD85FC

Tints of Biloba Flower #AD85FC

Color information

#AD85FC (or 0xAD85FC) is unknown color: approx Biloba Flower. HEX triplet: AD, 85 and FC. RGB value is (173,133,252). Sum of RGB (Red+Green+Blue) = 173+133+252=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD85FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD85FC is #527A03. Grayscale: #9E9E9E. Windows color (decimal): -5405188 or 16549293. OLE color: 16549293.

HSL color Cylindrical-coordinate representation of color #AD85FC: hue angle of 260.17º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD85FC is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173133252-
CMYK0.310.4700.01
HSL260.17º95.2%75.49%-
HSV(B)260.17º47.22%98.82%-
XYZ43.1932.6996.13-
YUV158.53180.75138.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 133 (52.34% from 255) = 23.84%
BLUE value IS 252 (98.83% from 255) = 45.16%
R=31.00%
G=23.84%
B=45.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731332520.310.4700.01260.1795.275.49
HexAD85FC1F2F011045f4b
Octal255205374375701404137113
Binary101011011000010111111100111111011110110000010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD85FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD85FC; }

 p { color: rgb(173,133,252); }

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

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

 a { background-color: rgb(173,133,252); }

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

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

 span { border-color: rgb(173,133,252); }

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