#AD88E5

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

Shades of Biloba Flower #AD88E5

Tints of Biloba Flower #AD88E5

Color information

#AD88E5 (or 0xAD88E5) is unknown color: approx Biloba Flower. HEX triplet: AD, 88 and E5. RGB value is (173,136,229). Sum of RGB (Red+Green+Blue) = 173+136+229=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD88E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88E5 is #52771A. Grayscale: #9D9D9D. Windows color (decimal): -5404443 or 15042733. OLE color: 15042733.

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

Color convert

RGB173136229-
CMYK0.240.4100.10
HSL263.87º64.14%71.57%-
HSV(B)263.87º40.61%89.8%-
XYZ40.1832.1578.22-
YUV157.66168.26138.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 136 (53.52% from 255) = 25.28%
BLUE value IS 229 (89.84% from 255) = 42.57%
R=32.16%
G=25.28%
B=42.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731362290.240.4100.10263.8764.1471.57
HexAD88E518290A1084048
Octal2552103453051012410100110
Binary101011011000100011100101110001010010101010000100010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD88E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD88E5; }

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

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

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

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

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

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

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

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