#AE9ED6

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

Shades of Biloba Flower #AE9ED6

Tints of Biloba Flower #AE9ED6

Color information

#AE9ED6 (or 0xAE9ED6) is unknown color: approx Biloba Flower. HEX triplet: AE, 9E and D6. RGB value is (174,158,214). Sum of RGB (Red+Green+Blue) = 174+158+214=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 214 - color contains mainly: blue. Hex color #AE9ED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9ED6 is #516129. Grayscale: #A8A8A8. Windows color (decimal): -5333290 or 14065326. OLE color: 14065326.

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

Color convert

RGB174158214-
CMYK0.190.2600.16
HSL257.14º40.58%72.94%-
HSV(B)257.14º26.17%83.92%-
XYZ41.8238.3168.81-
YUV169.17153.3131.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 158 (62.11% from 255) = 28.94%
BLUE value IS 214 (83.98% from 255) = 39.19%
R=31.87%
G=28.94%
B=39.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741582140.190.2600.16257.1440.5872.94
HexAE9ED6131A0101012949
Octal256236326233202040151111
Binary10101110100111101101011010011110100100001000000011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9ED6; }

 p { color: rgb(174,158,214); }

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

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

 a { background-color: rgb(174,158,214); }

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

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

 span { border-color: rgb(174,158,214); }

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