#AEA7C1

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

Shades of Biloba Flower #AEA7C1

Tints of Biloba Flower #AEA7C1

Color information

#AEA7C1 (or 0xAEA7C1) is unknown color: approx Biloba Flower. HEX triplet: AE, A7 and C1. RGB value is (174,167,193). Sum of RGB (Red+Green+Blue) = 174+167+193=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEA7C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA7C1 is #51583E. Grayscale: #ABABAB. Windows color (decimal): -5331007 or 12691374. OLE color: 12691374.

HSL color Cylindrical-coordinate representation of color #AEA7C1: hue angle of 256.15º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEA7C1 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174167193-
CMYK0.100.1300.24
HSL256.15º17.33%70.59%-
HSV(B)256.15º13.47%75.69%-
XYZ40.940.4956.11-
YUV172.06139.82129.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 167 (65.62% from 255) = 31.27%
BLUE value IS 193 (75.78% from 255) = 36.14%
R=32.58%
G=31.27%
B=36.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741671930.100.1300.24256.1517.3370.59
HexAEA7C1AD0181001147
Octal256247301121503040021107
Binary10101110101001111100000110101101011000100000000100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA7C1; }

 p { color: rgb(174,167,193); }

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

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

 a { background-color: rgb(174,167,193); }

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

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

 span { border-color: rgb(174,167,193); }

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