#AD8AEC

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

Shades of Biloba Flower #AD8AEC

Tints of Biloba Flower #AD8AEC

Color information

#AD8AEC (or 0xAD8AEC) is unknown color: approx Biloba Flower. HEX triplet: AD, 8A and EC. RGB value is (173,138,236). Sum of RGB (Red+Green+Blue) = 173+138+236=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD8AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8AEC is #527513. Grayscale: #9F9F9F. Windows color (decimal): -5403924 or 15501997. OLE color: 15501997.

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

Color convert

RGB173138236-
CMYK0.270.4200.07
HSL261.43º72.06%73.33%-
HSV(B)261.43º41.53%92.55%-
XYZ41.4633.1283.56-
YUV159.64171.1137.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 138 (54.30% from 255) = 25.23%
BLUE value IS 236 (92.58% from 255) = 43.14%
R=31.63%
G=25.23%
B=43.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731382360.270.4200.07261.4372.0673.33
HexAD8AEC1B2A071054849
Octal255212354335207405110111
Binary10101101100010101110110011011101010011110000010110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8AEC; }

 p { color: rgb(173,138,236); }

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

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

 a { background-color: rgb(173,138,236); }

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

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

 span { border-color: rgb(173,138,236); }

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