#AE9CE5

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

Shades of Biloba Flower #AE9CE5

Tints of Biloba Flower #AE9CE5

Color information

#AE9CE5 (or 0xAE9CE5) is unknown color: approx Biloba Flower. HEX triplet: AE, 9C and E5. RGB value is (174,156,229). Sum of RGB (Red+Green+Blue) = 174+156+229=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE9CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9CE5 is #51631A. Grayscale: #A9A9A9. Windows color (decimal): -5333787 or 15047854. OLE color: 15047854.

HSL color Cylindrical-coordinate representation of color #AE9CE5: hue angle of 254.79º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE9CE5 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174156229-
CMYK0.240.3200.10
HSL254.79º58.4%75.49%-
HSV(B)254.79º31.88%89.8%-
XYZ43.4938.4379.25-
YUV169.7161.46131.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.13%
GREEN value IS 156 (61.33% from 255) = 27.91%
BLUE value IS 229 (89.84% from 255) = 40.97%
R=31.13%
G=27.91%
B=40.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741562290.240.3200.10254.7958.475.49
HexAE9CE518200Aff3a4b
Octal256234345304001237772113
Binary1010111010011100111001011100010000001010111111111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9CE5; }

 p { color: rgb(174,156,229); }

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

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

 a { background-color: rgb(174,156,229); }

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

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

 span { border-color: rgb(174,156,229); }

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