#AE88DA

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

Shades of Biloba Flower #AE88DA

Tints of Biloba Flower #AE88DA

Color information

#AE88DA (or 0xAE88DA) is unknown color: approx Biloba Flower. HEX triplet: AE, 88 and DA. RGB value is (174,136,218). Sum of RGB (Red+Green+Blue) = 174+136+218=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE88DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE88DA is #517725. Grayscale: #9C9C9C. Windows color (decimal): -5338918 or 14321838. OLE color: 14321838.

HSL color Cylindrical-coordinate representation of color #AE88DA: hue angle of 267.8º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE88DA is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174136218-
CMYK0.200.3800.15
HSL267.8º52.56%69.41%-
HSV(B)267.8º37.61%85.49%-
XYZ38.9131.6770.39-
YUV156.71162.59140.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 136 (53.52% from 255) = 25.76%
BLUE value IS 218 (85.55% from 255) = 41.29%
R=32.95%
G=25.76%
B=41.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741362180.200.3800.15267.852.5669.41
HexAE88DA14260F10c3545
Octal256210332244601741465105
Binary10101110100010001101101010100100110011111000011001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE88DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE88DA; }

 p { color: rgb(174,136,218); }

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

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

 a { background-color: rgb(174,136,218); }

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

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

 span { border-color: rgb(174,136,218); }

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