#AD8DEE

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

Shades of Biloba Flower #AD8DEE

Tints of Biloba Flower #AD8DEE

Color information

#AD8DEE (or 0xAD8DEE) is unknown color: approx Biloba Flower. HEX triplet: AD, 8D and EE. RGB value is (173,141,238). Sum of RGB (Red+Green+Blue) = 173+141+238=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD8DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8DEE is #527211. Grayscale: #A1A1A1. Windows color (decimal): -5403154 or 15633837. OLE color: 15633837.

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

Color convert

RGB173141238-
CMYK0.270.4100.07
HSL259.79º74.05%74.31%-
HSV(B)259.79º40.76%93.33%-
XYZ42.1934.1185.25-
YUV161.63171.1136.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.34%
GREEN value IS 141 (55.47% from 255) = 25.54%
BLUE value IS 238 (93.36% from 255) = 43.12%
R=31.34%
G=25.54%
B=43.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731412380.270.4100.07259.7974.0574.31
HexAD8DEE1B29071044a4a
Octal255215356335107404112112
Binary10101101100011011110111011011101001011110000010010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8DEE; }

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

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

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

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

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

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

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

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