#AD8FCA

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

Shades of Biloba Flower #AD8FCA

Tints of Biloba Flower #AD8FCA

Color information

#AD8FCA (or 0xAD8FCA) is unknown color: approx Biloba Flower. HEX triplet: AD, 8F and CA. RGB value is (173,143,202). Sum of RGB (Red+Green+Blue) = 173+143+202=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD8FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8FCA is #527035. Grayscale: #9E9E9E. Windows color (decimal): -5402678 or 13275053. OLE color: 13275053.

HSL color Cylindrical-coordinate representation of color #AD8FCA: hue angle of 270.51º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD8FCA is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173143202-
CMYK0.140.2900.21
HSL270.51º35.76%67.65%-
HSV(B)270.51º29.21%79.22%-
XYZ37.7232.7960.22-
YUV158.7152.44138.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 143 (56.25% from 255) = 27.61%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=33.40%
G=27.61%
B=39.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731432020.140.2900.21270.5135.7667.65
HexAD8FCAE1D01510f2444
Octal255217312163502541744104
Binary1010110110001111110010101110111010101011000011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8FCA; }

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

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

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

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

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

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

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

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