#AE8DE2

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

Shades of Biloba Flower #AE8DE2

Tints of Biloba Flower #AE8DE2

Color information

#AE8DE2 (or 0xAE8DE2) is unknown color: approx Biloba Flower. HEX triplet: AE, 8D and E2. RGB value is (174,141,226). Sum of RGB (Red+Green+Blue) = 174+141+226=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 226 - color contains mainly: blue. Hex color #AE8DE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8DE2 is #51721D. Grayscale: #A0A0A0. Windows color (decimal): -5337630 or 14847406. OLE color: 14847406.

HSL color Cylindrical-coordinate representation of color #AE8DE2: hue angle of 263.29º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE8DE2 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174141226-
CMYK0.230.3800.11
HSL263.29º59.44%71.96%-
HSV(B)263.29º37.61%88.63%-
XYZ40.7133.5476.28-
YUV160.56164.93137.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.16%
GREEN value IS 141 (55.47% from 255) = 26.06%
BLUE value IS 226 (88.67% from 255) = 41.77%
R=32.16%
G=26.06%
B=41.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741412260.230.3800.11263.2959.4471.96
HexAE8DE217260B1073b48
Octal256215342274601340773110
Binary10101110100011011110001010111100110010111000001111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8DE2; }

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

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

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

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

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

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

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

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