#AE9ED4

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

Shades of Biloba Flower #AE9ED4

Tints of Biloba Flower #AE9ED4

Color information

#AE9ED4 (or 0xAE9ED4) is unknown color: approx Biloba Flower. HEX triplet: AE, 9E and D4. RGB value is (174,158,212). Sum of RGB (Red+Green+Blue) = 174+158+212=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 212 - color contains mainly: blue. Hex color #AE9ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9ED4 is #51612B. Grayscale: #A8A8A8. Windows color (decimal): -5333292 or 13934254. OLE color: 13934254.

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

Color convert

RGB174158212-
CMYK0.180.2500.17
HSL257.78º38.57%72.55%-
HSV(B)257.78º25.47%83.14%-
XYZ41.5738.2167.47-
YUV168.94152.3131.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 158 (62.11% from 255) = 29.04%
BLUE value IS 212 (83.20% from 255) = 38.97%
R=31.99%
G=29.04%
B=38.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1741582120.180.2500.17257.7838.5772.55
HexAE9ED412190111022749
Octal256236324223102140247111
Binary10101110100111101101010010010110010100011000000101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9ED4; }

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

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

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

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

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

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

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

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