#AE9ACE

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

Shades of Biloba Flower #AE9ACE

Tints of Biloba Flower #AE9ACE

Color information

#AE9ACE (or 0xAE9ACE) is unknown color: approx Biloba Flower. HEX triplet: AE, 9A and CE. RGB value is (174,154,206). Sum of RGB (Red+Green+Blue) = 174+154+206=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE9ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9ACE is #516531. Grayscale: #A5A5A5. Windows color (decimal): -5334322 or 13540014. OLE color: 13540014.

HSL color Cylindrical-coordinate representation of color #AE9ACE: hue angle of 263.08º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE9ACE is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174154206-
CMYK0.160.2500.19
HSL263.08º34.67%70.59%-
HSV(B)263.08º25.24%80.78%-
XYZ40.1536.5763.33-
YUV165.91150.63133.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 154 (60.55% from 255) = 28.84%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=32.58%
G=28.84%
B=38.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741542060.160.2500.19263.0834.6770.59
HexAE9ACE10190131072347
Octal256232316203102340743107
Binary10101110100110101100111010000110010100111000001111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9ACE; }

 p { color: rgb(174,154,206); }

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

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

 a { background-color: rgb(174,154,206); }

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

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

 span { border-color: rgb(174,154,206); }

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