#AD95FE

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

Shades of Biloba Flower #AD95FE

Tints of Biloba Flower #AD95FE

Color information

#AD95FE (or 0xAD95FE) is unknown color: approx Biloba Flower. HEX triplet: AD, 95 and FE. RGB value is (173,149,254). Sum of RGB (Red+Green+Blue) = 173+149+254=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD95FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD95FE is #526A01. Grayscale: #A7A7A7. Windows color (decimal): -5401090 or 16684461. OLE color: 16684461.

HSL color Cylindrical-coordinate representation of color #AD95FE: hue angle of 253.71º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD95FE is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB173149254-
CMYK0.320.4100.00
HSL253.71º98.13%79.02%-
HSV(B)253.71º41.34%99.61%-
XYZ45.8737.5398.59-
YUV168.15176.45131.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.03%
GREEN value IS 149 (58.59% from 255) = 25.87%
BLUE value IS 254 (99.61% from 255) = 44.10%
R=30.03%
G=25.87%
B=44.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1731492540.320.4100.00253.7198.1379.02
HexAD95FE202900fe624f
Octal255225376405100376142117
Binary101011011001010111111110100000101001001111111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD95FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD95FE; }

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

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

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

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

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

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

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

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