#AE8AED

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

Shades of Biloba Flower #AE8AED

Tints of Biloba Flower #AE8AED

Color information

#AE8AED (or 0xAE8AED) is unknown color: approx Biloba Flower. HEX triplet: AE, 8A and ED. RGB value is (174,138,237). Sum of RGB (Red+Green+Blue) = 174+138+237=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE8AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8AED is #517512. Grayscale: #9F9F9F. Windows color (decimal): -5338387 or 15567534. OLE color: 15567534.

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

Color convert

RGB174138237-
CMYK0.270.4200.07
HSL261.82º73.33%73.53%-
HSV(B)261.82º41.77%92.94%-
XYZ41.8333.2984.34-
YUV160.05171.43137.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 138 (54.30% from 255) = 25.14%
BLUE value IS 237 (92.97% from 255) = 43.17%
R=31.69%
G=25.14%
B=43.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741382370.270.4200.07261.8273.3373.53
HexAE8AED1B2A07106494a
Octal256212355335207406111112
Binary10101110100010101110110111011101010011110000011010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8AED; }

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

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

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

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

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

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

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

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