#AD9DEE

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

Shades of Biloba Flower #AD9DEE

Tints of Biloba Flower #AD9DEE

Color information

#AD9DEE (or 0xAD9DEE) is unknown color: approx Biloba Flower. HEX triplet: AD, 9D and EE. RGB value is (173,157,238). Sum of RGB (Red+Green+Blue) = 173+157+238=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD9DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9DEE is #526211. Grayscale: #AAAAAA. Windows color (decimal): -5399058 or 15637933. OLE color: 15637933.

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

Color convert

RGB173157238-
CMYK0.270.3400.07
HSL251.85º70.43%77.45%-
HSV(B)251.85º34.03%93.33%-
XYZ44.7239.1786.09-
YUV171.02165.8129.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.46%
GREEN value IS 157 (61.72% from 255) = 27.64%
BLUE value IS 238 (93.36% from 255) = 41.90%
R=30.46%
G=27.64%
B=41.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731572380.270.3400.07251.8570.4377.45
HexAD9DEE1B2207fc464d
Octal255235356334207374106115
Binary1010110110011101111011101101110001001111111110010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9DEE; }

 p { color: rgb(173,157,238); }

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

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

 a { background-color: rgb(173,157,238); }

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

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

 span { border-color: rgb(173,157,238); }

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