#AD9EEB

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

Shades of Biloba Flower #AD9EEB

Tints of Biloba Flower #AD9EEB

Color information

#AD9EEB (or 0xAD9EEB) is unknown color: approx Biloba Flower. HEX triplet: AD, 9E and EB. RGB value is (173,158,235). Sum of RGB (Red+Green+Blue) = 173+158+235=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD9EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9EEB is #526114. Grayscale: #AAAAAA. Windows color (decimal): -5398805 or 15441581. OLE color: 15441581.

HSL color Cylindrical-coordinate representation of color #AD9EEB: hue angle of 251.69º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD9EEB is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173158235-
CMYK0.260.3300.08
HSL251.69º65.81%77.06%-
HSV(B)251.69º32.77%92.16%-
XYZ44.4639.3483.85-
YUV171.26163.97129.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.57%
GREEN value IS 158 (62.11% from 255) = 27.92%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=30.57%
G=27.92%
B=41.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731582350.260.3300.08251.6965.8177.06
HexAD9EEB1A2108fc424d
Octal2552363533241010374102115
Binary10101101100111101110101111010100001010001111110010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9EEB; }

 p { color: rgb(173,158,235); }

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

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

 a { background-color: rgb(173,158,235); }

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

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

 span { border-color: rgb(173,158,235); }

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