#AE88ED

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

Shades of Biloba Flower #AE88ED

Tints of Biloba Flower #AE88ED

Color information

#AE88ED (or 0xAE88ED) is unknown color: approx Biloba Flower. HEX triplet: AE, 88 and ED. RGB value is (174,136,237). Sum of RGB (Red+Green+Blue) = 174+136+237=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 136 (53.52% from 255 or 24.86% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE88ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE88ED is #517712. Grayscale: #9E9E9E. Windows color (decimal): -5338899 or 15567022. OLE color: 15567022.

HSL color Cylindrical-coordinate representation of color #AE88ED: hue angle of 262.57º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE88ED is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174136237-
CMYK0.270.4300.07
HSL262.57º73.72%73.14%-
HSV(B)262.57º42.62%92.94%-
XYZ41.5532.7284.25-
YUV158.88172.09138.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 136 (53.52% from 255) = 24.86%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=31.81%
G=24.86%
B=43.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741362370.270.4300.07262.5773.7273.14
HexAE88ED1B2B071074a49
Octal256210355335307407112111
Binary10101110100010001110110111011101011011110000011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE88ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE88ED; }

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

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

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

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

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

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

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

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