#AD8CE1

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

Shades of Biloba Flower #AD8CE1

Tints of Biloba Flower #AD8CE1

Color information

#AD8CE1 (or 0xAD8CE1) is unknown color: approx Biloba Flower. HEX triplet: AD, 8C and E1. RGB value is (173,140,225). Sum of RGB (Red+Green+Blue) = 173+140+225=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD8CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CE1 is #52731E. Grayscale: #9F9F9F. Windows color (decimal): -5403423 or 14781613. OLE color: 14781613.

HSL color Cylindrical-coordinate representation of color #AD8CE1: hue angle of 263.29º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD8CE1 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173140225-
CMYK0.230.3800.12
HSL263.29º58.62%71.57%-
HSV(B)263.29º37.78%88.24%-
XYZ40.233.0875.5-
YUV159.56164.93137.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 140 (55.08% from 255) = 26.02%
BLUE value IS 225 (88.28% from 255) = 41.82%
R=32.16%
G=26.02%
B=41.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731402250.230.3800.12263.2958.6271.57
HexAD8CE117260C1073b48
Octal255214341274601440773110
Binary10101101100011001110000110111100110011001000001111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8CE1; }

 p { color: rgb(173,140,225); }

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

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

 a { background-color: rgb(173,140,225); }

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

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

 span { border-color: rgb(173,140,225); }

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