#AE99FA

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

Shades of Biloba Flower #AE99FA

Tints of Biloba Flower #AE99FA

Color information

#AE99FA (or 0xAE99FA) is unknown color: approx Biloba Flower. HEX triplet: AE, 99 and FA. RGB value is (174,153,250). Sum of RGB (Red+Green+Blue) = 174+153+250=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE99FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE99FA is #516605. Grayscale: #A9A9A9. Windows color (decimal): -5334534 or 16423342. OLE color: 16423342.

HSL color Cylindrical-coordinate representation of color #AE99FA: hue angle of 252.99º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE99FA is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174153250-
CMYK0.300.3900.02
HSL252.99º90.65%79.02%-
HSV(B)252.99º38.8%98.04%-
XYZ46.138.6895.48-
YUV170.34172.96130.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.16%
GREEN value IS 153 (60.16% from 255) = 26.52%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=30.16%
G=26.52%
B=43.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741532500.300.3900.02252.9990.6579.02
HexAE99FA1E2702fd5b4f
Octal256231372364702375133117
Binary101011101001100111111010111101001110101111110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99FA; }

 p { color: rgb(174,153,250); }

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

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

 a { background-color: rgb(174,153,250); }

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

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

 span { border-color: rgb(174,153,250); }

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