#ae88f6

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

Shades of Biloba Flower #AE88F6

Tints of Biloba Flower #AE88F6

Color information

#AE88F6 (or 0xAE88F6) is unknown color: approx Biloba Flower. HEX triplet: AE, 88 and F6. RGB value is (174,136,246). Sum of RGB (Red+Green+Blue) = 174+136+246=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #AE88F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE88F6 is #517709. Grayscale: #9F9F9F. Windows color (decimal): -5338890 or 16156846. OLE color: 16156846.

HSL color Cylindrical-coordinate representation of color #AE88F6: hue angle of 260.73º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE88F6 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174136246-
CMYK0.290.4500.04
HSL260.73º85.94%74.9%-
HSV(B)260.73º44.72%96.47%-
XYZ42.8933.2691.35-
YUV159.9176.59138.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.29%
GREEN value IS 136 (53.52% from 255) = 24.46%
BLUE value IS 246 (96.48% from 255) = 44.24%
R=31.29%
G=24.46%
B=44.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1741362460.290.4500.04260.7385.9474.9
HexAE88F61D2D04105564b
Octal256210366355504405126113
Binary10101110100010001111011011101101101010010000010110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae88f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae88f6; }

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

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

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

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

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

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

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

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