#AD8CE5

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

Shades of Biloba Flower #AD8CE5

Tints of Biloba Flower #AD8CE5

Color information

#AD8CE5 (or 0xAD8CE5) is unknown color: approx Biloba Flower. HEX triplet: AD, 8C and E5. RGB value is (173,140,229). Sum of RGB (Red+Green+Blue) = 173+140+229=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD8CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CE5 is #52731A. Grayscale: #9F9F9F. Windows color (decimal): -5403419 or 15043757. OLE color: 15043757.

HSL color Cylindrical-coordinate representation of color #AD8CE5: hue angle of 262.25º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD8CE5 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173140229-
CMYK0.240.3900.10
HSL262.25º63.12%72.35%-
HSV(B)262.25º38.86%89.8%-
XYZ40.7533.378.41-
YUV160.01166.93137.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.92%
GREEN value IS 140 (55.08% from 255) = 25.83%
BLUE value IS 229 (89.84% from 255) = 42.25%
R=31.92%
G=25.83%
B=42.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731402290.240.3900.10262.2563.1272.35
HexAD8CE518270A1063f48
Octal255214345304701240677110
Binary10101101100011001110010111000100111010101000001101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8CE5; }

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

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

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

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

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

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

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

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