#AE8CE6

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

Shades of Biloba Flower #AE8CE6

Tints of Biloba Flower #AE8CE6

Color information

#AE8CE6 (or 0xAE8CE6) is unknown color: approx Biloba Flower. HEX triplet: AE, 8C and E6. RGB value is (174,140,230). Sum of RGB (Red+Green+Blue) = 174+140+230=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE8CE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8CE6 is #517319. Grayscale: #A0A0A0. Windows color (decimal): -5337882 or 15109294. OLE color: 15109294.

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

Color convert

RGB174140230-
CMYK0.240.3900.10
HSL262.67º64.29%72.55%-
HSV(B)262.67º39.13%90.2%-
XYZ41.1233.4779.16-
YUV160.43167.26137.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 140 (55.08% from 255) = 25.74%
BLUE value IS 230 (90.23% from 255) = 42.28%
R=31.99%
G=25.74%
B=42.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741402300.240.3900.10262.6764.2972.55
HexAE8CE618270A1074049
Octal2562143463047012407100111
Binary101011101000110011100110110001001110101010000011110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8CE6; }

 p { color: rgb(174,140,230); }

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

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

 a { background-color: rgb(174,140,230); }

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

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

 span { border-color: rgb(174,140,230); }

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