#AD8FCE

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

Shades of Biloba Flower #AD8FCE

Tints of Biloba Flower #AD8FCE

Color information

#AD8FCE (or 0xAD8FCE) is unknown color: approx Biloba Flower. HEX triplet: AD, 8F and CE. RGB value is (173,143,206). Sum of RGB (Red+Green+Blue) = 173+143+206=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD8FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8FCE is #527031. Grayscale: #9E9E9E. Windows color (decimal): -5402674 or 13537197. OLE color: 13537197.

HSL color Cylindrical-coordinate representation of color #AD8FCE: hue angle of 268.57º degrees, saturation: 0.39, 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 #AD8FCE is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173143206-
CMYK0.160.3100.19
HSL268.57º39.13%68.43%-
HSV(B)268.57º30.58%80.78%-
XYZ38.232.9962.75-
YUV159.15154.44137.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.14%
GREEN value IS 143 (56.25% from 255) = 27.39%
BLUE value IS 206 (80.86% from 255) = 39.46%
R=33.14%
G=27.39%
B=39.46%

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
Decimal1731432060.160.3100.19268.5739.1368.43
HexAD8FCE101F01310d2744
Octal255217316203702341547104
Binary10101101100011111100111010000111110100111000011011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8FCE; }

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

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

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

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

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

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

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

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