#AD8BE5

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

Shades of Biloba Flower #AD8BE5

Tints of Biloba Flower #AD8BE5

Color information

#AD8BE5 (or 0xAD8BE5) is unknown color: approx Biloba Flower. HEX triplet: AD, 8B and E5. RGB value is (173,139,229). Sum of RGB (Red+Green+Blue) = 173+139+229=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD8BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8BE5 is #52741A. Grayscale: #9F9F9F. Windows color (decimal): -5403675 or 15043501. OLE color: 15043501.

HSL color Cylindrical-coordinate representation of color #AD8BE5: hue angle of 262.67º 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 #AD8BE5 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173139229-
CMYK0.240.3900.10
HSL262.67º63.38%72.16%-
HSV(B)262.67º39.3%89.8%-
XYZ40.6133.0178.36-
YUV159.43167.26137.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 139 (54.69% from 255) = 25.69%
BLUE value IS 229 (89.84% from 255) = 42.33%
R=31.98%
G=25.69%
B=42.33%

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
Decimal1731392290.240.3900.10262.6763.3872.16
HexAD8BE518270A1073f48
Octal255213345304701240777110
Binary10101101100010111110010111000100111010101000001111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8BE5; }

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

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

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

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

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

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

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

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