#AE8DCF

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

Shades of Biloba Flower #AE8DCF

Tints of Biloba Flower #AE8DCF

Color information

#AE8DCF (or 0xAE8DCF) is unknown color: approx Biloba Flower. HEX triplet: AE, 8D and CF. RGB value is (174,141,207). Sum of RGB (Red+Green+Blue) = 174+141+207=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE8DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8DCF is #517230. Grayscale: #9E9E9E. Windows color (decimal): -5337649 or 13602222. OLE color: 13602222.

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

Color convert

RGB174141207-
CMYK0.160.3200.19
HSL270º40.74%68.24%-
HSV(B)270º31.88%81.18%-
XYZ38.2432.5563.3-
YUV158.39155.43139.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 141 (55.47% from 255) = 27.01%
BLUE value IS 207 (81.25% from 255) = 39.66%
R=33.33%
G=27.01%
B=39.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741412070.160.3200.1927040.7468.24
HexAE8DCF102001310e2944
Octal256215317204002341651104
Binary101011101000110111001111100001000000100111000011101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8DCF; }

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

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

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

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

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

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

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

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