#AD8FCC

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

Shades of Biloba Flower #AD8FCC

Tints of Biloba Flower #AD8FCC

Color information

#AD8FCC (or 0xAD8FCC) is unknown color: approx Biloba Flower. HEX triplet: AD, 8F and CC. RGB value is (173,143,204). Sum of RGB (Red+Green+Blue) = 173+143+204=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD8FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8FCC is #527033. Grayscale: #9E9E9E. Windows color (decimal): -5402676 or 13406125. OLE color: 13406125.

HSL color Cylindrical-coordinate representation of color #AD8FCC: hue angle of 269.51º degrees, saturation: 0.37, 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 #AD8FCC is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB173143204-
CMYK0.150.3000.2
HSL269.51º37.42%68.04%-
HSV(B)269.51º29.9%80%-
XYZ37.9632.8961.47-
YUV158.92153.44138.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=33.27%
G=27.5%
B=39.23%

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
Decimal1731432040.150.3000.2269.5137.4268.04
HexAD8FCCF1E01410e2544
Octal255217314173602441645104
Binary1010110110001111110011001111111100101001000011101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8FCC; }

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

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

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

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

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

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

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

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