#AE96FA

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

Shades of Biloba Flower #AE96FA

Tints of Biloba Flower #AE96FA

Color information

#AE96FA (or 0xAE96FA) is unknown color: approx Biloba Flower. HEX triplet: AE, 96 and FA. RGB value is (174,150,250). Sum of RGB (Red+Green+Blue) = 174+150+250=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE96FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE96FA is #516905. Grayscale: #A8A8A8. Windows color (decimal): -5335302 or 16422574. OLE color: 16422574.

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

Color convert

RGB174150250-
CMYK0.300.400.02
HSL254.4º90.91%78.43%-
HSV(B)254.4º40%98.04%-
XYZ45.6237.7195.32-
YUV168.58173.95131.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 150 (58.98% from 255) = 26.13%
BLUE value IS 250 (98.05% from 255) = 43.55%
R=30.31%
G=26.13%
B=43.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741502500.300.400.02254.490.9178.43
HexAE96FA1E2802fe5b4e
Octal256226372365002376133116
Binary101011101001011011111010111101010000101111111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96FA; }

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

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

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

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

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

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

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

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