#AE92FE

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

Shades of Biloba Flower #AE92FE

Tints of Biloba Flower #AE92FE

Color information

#AE92FE (or 0xAE92FE) is unknown color: approx Biloba Flower. HEX triplet: AE, 92 and FE. RGB value is (174,146,254). Sum of RGB (Red+Green+Blue) = 174+146+254=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE92FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE92FE is #516D01. Grayscale: #A6A6A6. Windows color (decimal): -5336322 or 16683694. OLE color: 16683694.

HSL color Cylindrical-coordinate representation of color #AE92FE: hue angle of 255.56º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE92FE is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB174146254-
CMYK0.310.4300.00
HSL255.56º98.18%78.43%-
HSV(B)255.56º42.52%99.61%-
XYZ45.6236.7198.45-
YUV166.68177.28133.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 146 (57.42% from 255) = 25.44%
BLUE value IS 254 (99.61% from 255) = 44.25%
R=30.31%
G=25.44%
B=44.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1741462540.310.4300.00255.5698.1878.43
HexAE92FE1F2B00100624e
Octal256222376375300400142116
Binary101011101001001011111110111111010110010000000011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE92FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE92FE; }

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

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

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

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

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

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

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

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