#AE92E7

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

Shades of Biloba Flower #AE92E7

Tints of Biloba Flower #AE92E7

Color information

#AE92E7 (or 0xAE92E7) is unknown color: approx Biloba Flower. HEX triplet: AE, 92 and E7. RGB value is (174,146,231). Sum of RGB (Red+Green+Blue) = 174+146+231=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 231 (90.62% from 255 or 41.92% from 551); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE92E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE92E7 is #516D18. Grayscale: #A3A3A3. Windows color (decimal): -5336345 or 15176366. OLE color: 15176366.

HSL color Cylindrical-coordinate representation of color #AE92E7: hue angle of 259.76º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE92E7 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174146231-
CMYK0.250.3700.09
HSL259.76º63.91%73.92%-
HSV(B)259.76º36.8%90.59%-
XYZ42.1635.3380.2-
YUV164.06165.78135.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.58%
GREEN value IS 146 (57.42% from 255) = 26.50%
BLUE value IS 231 (90.62% from 255) = 41.92%
R=31.58%
G=26.50%
B=41.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741462310.250.3700.09259.7663.9173.92
HexAE92E7192509104404a
Octal2562223473145011404100112
Binary101011101001001011100111110011001010100110000010010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE92E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE92E7; }

 p { color: rgb(174,146,231); }

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

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

 a { background-color: rgb(174,146,231); }

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

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

 span { border-color: rgb(174,146,231); }

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