#AE87DA

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

Shades of Biloba Flower #AE87DA

Tints of Biloba Flower #AE87DA

Color information

#AE87DA (or 0xAE87DA) is unknown color: approx Biloba Flower. HEX triplet: AE, 87 and DA. RGB value is (174,135,218). Sum of RGB (Red+Green+Blue) = 174+135+218=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE87DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE87DA is #517825. Grayscale: #9B9B9B. Windows color (decimal): -5339174 or 14321582. OLE color: 14321582.

HSL color Cylindrical-coordinate representation of color #AE87DA: hue angle of 268.19º 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 #AE87DA is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174135218-
CMYK0.200.3800.15
HSL268.19º52.87%69.22%-
HSV(B)268.19º38.07%85.49%-
XYZ38.7731.3970.34-
YUV156.12162.92140.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 135 (53.12% from 255) = 25.62%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=33.02%
G=25.62%
B=41.37%

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
Decimal1741352180.200.3800.15268.1952.8769.22
HexAE87DA14260F10c3545
Octal256207332244601741465105
Binary10101110100001111101101010100100110011111000011001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE87DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE87DA; }

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

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

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

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

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

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

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

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