#AD8ECE

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

Shades of Biloba Flower #AD8ECE

Tints of Biloba Flower #AD8ECE

Color information

#AD8ECE (or 0xAD8ECE) is unknown color: approx Biloba Flower. HEX triplet: AD, 8E and CE. RGB value is (173,142,206). Sum of RGB (Red+Green+Blue) = 173+142+206=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD8ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ECE is #527131. Grayscale: #9E9E9E. Windows color (decimal): -5402930 or 13536941. OLE color: 13536941.

HSL color Cylindrical-coordinate representation of color #AD8ECE: hue angle of 269.06º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD8ECE is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173142206-
CMYK0.160.3100.19
HSL269.06º39.51%68.24%-
HSV(B)269.06º31.07%80.78%-
XYZ38.0532.6962.7-
YUV158.56154.77138.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 142 (55.86% from 255) = 27.26%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=33.21%
G=27.26%
B=39.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731422060.160.3100.19269.0639.5168.24
HexAD8ECE101F01310d2844
Octal255216316203702341550104
Binary10101101100011101100111010000111110100111000011011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8ECE; }

 p { color: rgb(173,142,206); }

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

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

 a { background-color: rgb(173,142,206); }

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

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

 span { border-color: rgb(173,142,206); }

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