#AE8DD7

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

Shades of Biloba Flower #AE8DD7

Tints of Biloba Flower #AE8DD7

Color information

#AE8DD7 (or 0xAE8DD7) is unknown color: approx Biloba Flower. HEX triplet: AE, 8D and D7. RGB value is (174,141,215). Sum of RGB (Red+Green+Blue) = 174+141+215=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 215 - color contains mainly: blue. Hex color #AE8DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8DD7 is #517228. Grayscale: #9F9F9F. Windows color (decimal): -5337641 or 14126510. OLE color: 14126510.

HSL color Cylindrical-coordinate representation of color #AE8DD7: hue angle of 266.76º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE8DD7 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174141215-
CMYK0.190.3400.16
HSL266.76º48.05%69.8%-
HSV(B)266.76º34.42%84.31%-
XYZ39.2532.9568.58-
YUV159.3159.43138.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 141 (55.47% from 255) = 26.60%
BLUE value IS 215 (84.38% from 255) = 40.57%
R=32.83%
G=26.60%
B=40.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741412150.190.3400.16266.7648.0569.8
HexAE8DD7132201010b3046
Octal256215327234202041360106
Binary101011101000110111010111100111000100100001000010111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8DD7; }

 p { color: rgb(174,141,215); }

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

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

 a { background-color: rgb(174,141,215); }

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

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

 span { border-color: rgb(174,141,215); }

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