#AD8BDE

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

Shades of Biloba Flower #AD8BDE

Tints of Biloba Flower #AD8BDE

Color information

#AD8BDE (or 0xAD8BDE) is unknown color: approx Biloba Flower. HEX triplet: AD, 8B and DE. RGB value is (173,139,222). Sum of RGB (Red+Green+Blue) = 173+139+222=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD8BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8BDE is #527421. Grayscale: #9E9E9E. Windows color (decimal): -5403682 or 14584749. OLE color: 14584749.

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

Color convert

RGB173139222-
CMYK0.220.3700.13
HSL264.58º55.7%70.78%-
HSV(B)264.58º37.39%87.06%-
XYZ39.6532.6273.31-
YUV158.63163.76138.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.40%
GREEN value IS 139 (54.69% from 255) = 26.03%
BLUE value IS 222 (87.11% from 255) = 41.57%
R=32.40%
G=26.03%
B=41.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731392220.220.3700.13264.5855.770.78
HexAD8BDE16250D1093847
Octal255213336264501541170107
Binary10101101100010111101111010110100101011011000010011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8BDE; }

 p { color: rgb(173,139,222); }

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

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

 a { background-color: rgb(173,139,222); }

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

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

 span { border-color: rgb(173,139,222); }

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