#AD8ECC

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

Shades of Biloba Flower #AD8ECC

Tints of Biloba Flower #AD8ECC

Color information

#AD8ECC (or 0xAD8ECC) is unknown color: approx Biloba Flower. HEX triplet: AD, 8E and CC. RGB value is (173,142,204). Sum of RGB (Red+Green+Blue) = 173+142+204=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD8ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ECC is #527133. Grayscale: #9E9E9E. Windows color (decimal): -5402932 or 13405869. OLE color: 13405869.

HSL color Cylindrical-coordinate representation of color #AD8ECC: hue angle of 270º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD8ECC is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB173142204-
CMYK0.150.3000.2
HSL270º37.8%67.84%-
HSV(B)270º30.39%80%-
XYZ37.8132.5961.42-
YUV158.34153.77138.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 142 (55.86% from 255) = 27.36%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=33.33%
G=27.36%
B=39.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731422040.150.3000.227037.867.84
HexAD8ECCF1E01410e2644
Octal255216314173602441646104
Binary1010110110001110110011001111111100101001000011101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8ECC; }

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

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

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

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

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

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

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

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