#AE8AEE

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

Shades of Biloba Flower #AE8AEE

Tints of Biloba Flower #AE8AEE

Color information

#AE8AEE (or 0xAE8AEE) is unknown color: approx Biloba Flower. HEX triplet: AE, 8A and EE. RGB value is (174,138,238). Sum of RGB (Red+Green+Blue) = 174+138+238=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #AE8AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8AEE is #517511. Grayscale: #9F9F9F. Windows color (decimal): -5338386 or 15633070. OLE color: 15633070.

HSL color Cylindrical-coordinate representation of color #AE8AEE: hue angle of 261.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE8AEE is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174138238-
CMYK0.270.4200.07
HSL261.6º74.63%73.73%-
HSV(B)261.6º42.02%93.33%-
XYZ41.9833.3585.11-
YUV160.16171.93137.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.64%
GREEN value IS 138 (54.30% from 255) = 25.09%
BLUE value IS 238 (93.36% from 255) = 43.27%
R=31.64%
G=25.09%
B=43.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741382380.270.4200.07261.674.6373.73
HexAE8AEE1B2A071064b4a
Octal256212356335207406113112
Binary10101110100010101110111011011101010011110000011010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8AEE; }

 p { color: rgb(174,138,238); }

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

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

 a { background-color: rgb(174,138,238); }

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

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

 span { border-color: rgb(174,138,238); }

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