#AD9CEC

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

Shades of Biloba Flower #AD9CEC

Tints of Biloba Flower #AD9CEC

Color information

#AD9CEC (or 0xAD9CEC) is unknown color: approx Biloba Flower. HEX triplet: AD, 9C and EC. RGB value is (173,156,236). Sum of RGB (Red+Green+Blue) = 173+156+236=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD9CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9CEC is #526313. Grayscale: #A9A9A9. Windows color (decimal): -5399316 or 15506605. OLE color: 15506605.

HSL color Cylindrical-coordinate representation of color #AD9CEC: hue angle of 252.75º degrees, saturation: 0.68, 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 #AD9CEC is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173156236-
CMYK0.270.3400.07
HSL252.75º67.8%76.86%-
HSV(B)252.75º33.9%92.55%-
XYZ44.2638.7284.5-
YUV170.2165.13130-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.62%
GREEN value IS 156 (61.33% from 255) = 27.61%
BLUE value IS 236 (92.58% from 255) = 41.77%
R=30.62%
G=27.61%
B=41.77%

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
Decimal1731562360.270.3400.07252.7567.876.86
HexAD9CEC1B2207fd444d
Octal255234354334207375104115
Binary1010110110011100111011001101110001001111111110110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CEC; }

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

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

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

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

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

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

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

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