#AE96FE

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

Shades of Biloba Flower #AE96FE

Tints of Biloba Flower #AE96FE

Color information

#AE96FE (or 0xAE96FE) is unknown color: approx Biloba Flower. HEX triplet: AE, 96 and FE. RGB value is (174,150,254). Sum of RGB (Red+Green+Blue) = 174+150+254=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE96FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE96FE is #516901. Grayscale: #A8A8A8. Windows color (decimal): -5335298 or 16684718. OLE color: 16684718.

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

Color convert

RGB174150254-
CMYK0.310.4100.00
HSL253.85º98.11%79.22%-
HSV(B)253.85º40.94%99.61%-
XYZ46.2537.9798.66-
YUV169.03175.95131.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.10%
GREEN value IS 150 (58.98% from 255) = 25.95%
BLUE value IS 254 (99.61% from 255) = 43.94%
R=30.10%
G=25.95%
B=43.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1741502540.310.4100.00253.8598.1179.22
HexAE96FE1F2900fe624f
Octal256226376375100376142117
Binary10101110100101101111111011111101001001111111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96FE; }

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

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

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

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

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

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

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

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