#AE8DE4

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

Shades of Biloba Flower #AE8DE4

Tints of Biloba Flower #AE8DE4

Color information

#AE8DE4 (or 0xAE8DE4) is unknown color: approx Biloba Flower. HEX triplet: AE, 8D and E4. RGB value is (174,141,228). Sum of RGB (Red+Green+Blue) = 174+141+228=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #AE8DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8DE4 is #51721B. Grayscale: #A0A0A0. Windows color (decimal): -5337628 or 14978478. OLE color: 14978478.

HSL color Cylindrical-coordinate representation of color #AE8DE4: hue angle of 262.76º degrees, saturation: 0.62, 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 #AE8DE4 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174141228-
CMYK0.240.3800.11
HSL262.76º61.7%72.35%-
HSV(B)262.76º38.16%89.41%-
XYZ40.9833.6577.73-
YUV160.78165.93137.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 141 (55.47% from 255) = 25.97%
BLUE value IS 228 (89.45% from 255) = 41.99%
R=32.04%
G=25.97%
B=41.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741412280.240.3800.11262.7661.772.35
HexAE8DE418260B1073e48
Octal256215344304601340776110
Binary10101110100011011110010011000100110010111000001111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8DE4; }

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

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

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

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

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

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

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

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