#AD95EC

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

Shades of Biloba Flower #AD95EC

Tints of Biloba Flower #AD95EC

Color information

#AD95EC (or 0xAD95EC) is unknown color: approx Biloba Flower. HEX triplet: AD, 95 and EC. RGB value is (173,149,236). Sum of RGB (Red+Green+Blue) = 173+149+236=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD95EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD95EC is #526A13. Grayscale: #A5A5A5. Windows color (decimal): -5401108 or 15504813. OLE color: 15504813.

HSL color Cylindrical-coordinate representation of color #AD95EC: hue angle of 256.55º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD95EC is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173149236-
CMYK0.270.3700.07
HSL256.55º69.6%75.49%-
HSV(B)256.55º36.86%92.55%-
XYZ43.1236.4484.12-
YUV166.09167.45132.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 149 (58.59% from 255) = 26.70%
BLUE value IS 236 (92.58% from 255) = 42.29%
R=31.00%
G=26.70%
B=42.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731492360.270.3700.07256.5569.675.49
HexAD95EC1B2507101464b
Octal255225354334507401106113
Binary10101101100101011110110011011100101011110000000110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD95EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD95EC; }

 p { color: rgb(173,149,236); }

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

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

 a { background-color: rgb(173,149,236); }

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

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

 span { border-color: rgb(173,149,236); }

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