#AE8ED4

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

Shades of Biloba Flower #AE8ED4

Tints of Biloba Flower #AE8ED4

Color information

#AE8ED4 (or 0xAE8ED4) is unknown color: approx Biloba Flower. HEX triplet: AE, 8E and D4. RGB value is (174,142,212). Sum of RGB (Red+Green+Blue) = 174+142+212=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 212 - color contains mainly: blue. Hex color #AE8ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8ED4 is #51712B. Grayscale: #9F9F9F. Windows color (decimal): -5337388 or 13930158. OLE color: 13930158.

HSL color Cylindrical-coordinate representation of color #AE8ED4: hue angle of 267.43º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE8ED4 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB174142212-
CMYK0.180.3300.17
HSL267.43º44.87%69.41%-
HSV(B)267.43º33.02%83.14%-
XYZ39.0133.166.62-
YUV159.55157.6138.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 142 (55.86% from 255) = 26.89%
BLUE value IS 212 (83.20% from 255) = 40.15%
R=32.95%
G=26.89%
B=40.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1741422120.180.3300.17267.4344.8769.41
HexAE8ED4122101110b2d45
Octal256216324224102141355105
Binary101011101000111011010100100101000010100011000010111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8ED4; }

 p { color: rgb(174,142,212); }

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

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

 a { background-color: rgb(174,142,212); }

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

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

 span { border-color: rgb(174,142,212); }

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