#AE9ACF

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

Shades of Biloba Flower #AE9ACF

Tints of Biloba Flower #AE9ACF

Color information

#AE9ACF (or 0xAE9ACF) is unknown color: approx Biloba Flower. HEX triplet: AE, 9A and CF. RGB value is (174,154,207). Sum of RGB (Red+Green+Blue) = 174+154+207=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE9ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9ACF is #516530. Grayscale: #A5A5A5. Windows color (decimal): -5334321 or 13605550. OLE color: 13605550.

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

Color convert

RGB174154207-
CMYK0.160.2600.19
HSL262.64º35.57%70.78%-
HSV(B)262.64º25.6%81.18%-
XYZ40.2736.6163.98-
YUV166.02151.13133.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=32.52%
G=28.79%
B=38.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741542070.160.2600.19262.6435.5770.78
HexAE9ACF101A0131072447
Octal256232317203202340744107
Binary10101110100110101100111110000110100100111000001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9ACF; }

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

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

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

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

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

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

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

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