#AE83EE

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

Shades of Biloba Flower #AE83EE

Tints of Biloba Flower #AE83EE

Color information

#AE83EE (or 0xAE83EE) is unknown color: approx Biloba Flower. HEX triplet: AE, 83 and EE. RGB value is (174,131,238). Sum of RGB (Red+Green+Blue) = 174+131+238=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #AE83EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE83EE is #517C11. Grayscale: #9B9B9B. Windows color (decimal): -5340178 or 15631278. OLE color: 15631278.

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

Color convert

RGB174131238-
CMYK0.270.4500.07
HSL264.11º75.89%72.35%-
HSV(B)264.11º44.96%93.33%-
XYZ4131.484.79-
YUV156.06174.25140.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 131 (51.56% from 255) = 24.13%
BLUE value IS 238 (93.36% from 255) = 43.83%
R=32.04%
G=24.13%
B=43.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741312380.270.4500.07264.1175.8972.35
HexAE83EE1B2D071084c48
Octal256203356335507410114110
Binary10101110100000111110111011011101101011110000100010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE83EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE83EE; }

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

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

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

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

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

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

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

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