#AE8AD9

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

Shades of Biloba Flower #AE8AD9

Tints of Biloba Flower #AE8AD9

Color information

#AE8AD9 (or 0xAE8AD9) is unknown color: approx Biloba Flower. HEX triplet: AE, 8A and D9. RGB value is (174,138,217). Sum of RGB (Red+Green+Blue) = 174+138+217=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #AE8AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8AD9 is #517526. Grayscale: #9D9D9D. Windows color (decimal): -5338407 or 14256814. OLE color: 14256814.

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

Color convert

RGB174138217-
CMYK0.200.3600.15
HSL267.34º50.97%69.61%-
HSV(B)267.34º36.41%85.1%-
XYZ39.0732.1969.8-
YUV157.77161.43139.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 138 (54.30% from 255) = 26.09%
BLUE value IS 217 (85.16% from 255) = 41.02%
R=32.89%
G=26.09%
B=41.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741382170.200.3600.15267.3450.9769.61
HexAE8AD914240F10b3346
Octal256212331244401741363106
Binary10101110100010101101100110100100100011111000010111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8AD9; }

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

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

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

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

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

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

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

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