#AE92FB

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

Shades of Biloba Flower #AE92FB

Tints of Biloba Flower #AE92FB

Color information

#AE92FB (or 0xAE92FB) is unknown color: approx Biloba Flower. HEX triplet: AE, 92 and FB. RGB value is (174,146,251). Sum of RGB (Red+Green+Blue) = 174+146+251=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #AE92FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE92FB is #516D04. Grayscale: #A5A5A5. Windows color (decimal): -5336325 or 16487086. OLE color: 16487086.

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

Color convert

RGB174146251-
CMYK0.310.4200.02
HSL256º92.92%77.84%-
HSV(B)256º41.83%98.43%-
XYZ45.1536.5295.94-
YUV166.34175.78133.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.47%
GREEN value IS 146 (57.42% from 255) = 25.57%
BLUE value IS 251 (98.44% from 255) = 43.96%
R=30.47%
G=25.57%
B=43.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741462510.310.4200.0225692.9277.84
HexAE92FB1F2A021005d4e
Octal256222373375202400135116
Binary1010111010010010111110111111110101001010000000010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE92FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE92FB; }

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

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

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

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

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

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

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

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