#AD95F0

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

Shades of Biloba Flower #AD95F0

Tints of Biloba Flower #AD95F0

Color information

#AD95F0 (or 0xAD95F0) is unknown color: approx Biloba Flower. HEX triplet: AD, 95 and F0. RGB value is (173,149,240). Sum of RGB (Red+Green+Blue) = 173+149+240=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD95F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD95F0 is #526A0F. Grayscale: #A6A6A6. Windows color (decimal): -5401104 or 15766957. OLE color: 15766957.

HSL color Cylindrical-coordinate representation of color #AD95F0: hue angle of 255.82º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD95F0 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173149240-
CMYK0.280.3800.06
HSL255.82º75.21%76.27%-
HSV(B)255.82º37.92%94.12%-
XYZ43.7136.6787.21-
YUV166.55169.45132.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.78%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 240 (94.14% from 255) = 42.70%
R=30.78%
G=26.51%
B=42.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731492400.280.3800.06255.8275.2176.27
HexAD95F01C26061004b4c
Octal255225360344606400113114
Binary10101101100101011111000011100100110011010000000010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD95F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD95F0; }

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

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

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

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

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

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

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

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