#AE8CDD

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

Shades of Biloba Flower #AE8CDD

Tints of Biloba Flower #AE8CDD

Color information

#AE8CDD (or 0xAE8CDD) is unknown color: approx Biloba Flower. HEX triplet: AE, 8C and DD. RGB value is (174,140,221). Sum of RGB (Red+Green+Blue) = 174+140+221=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE8CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8CDD is #517322. Grayscale: #9F9F9F. Windows color (decimal): -5337891 or 14519470. OLE color: 14519470.

HSL color Cylindrical-coordinate representation of color #AE8CDD: hue angle of 265.19º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE8CDD is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174140221-
CMYK0.210.3700.13
HSL265.19º54.36%70.78%-
HSV(B)265.19º36.65%86.67%-
XYZ39.8832.9872.67-
YUV159.4162.76138.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=32.52%
G=26.17%
B=41.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741402210.210.3700.13265.1954.3670.78
HexAE8CDD15250D1093647
Octal256214335254501541166107
Binary10101110100011001101110110101100101011011000010011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8CDD; }

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

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

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

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

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

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

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

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