#AE9BFB

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

Shades of Biloba Flower #AE9BFB

Tints of Biloba Flower #AE9BFB

Color information

#AE9BFB (or 0xAE9BFB) is unknown color: approx Biloba Flower. HEX triplet: AE, 9B and FB. RGB value is (174,155,251). Sum of RGB (Red+Green+Blue) = 174+155+251=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 155 (60.94% from 255 or 26.72% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #AE9BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9BFB is #516404. Grayscale: #ABABAB. Windows color (decimal): -5334021 or 16489390. OLE color: 16489390.

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

Color convert

RGB174155251-
CMYK0.310.3800.02
HSL251.88º92.31%79.61%-
HSV(B)251.88º38.25%98.43%-
XYZ46.5939.4196.42-
YUV171.62172.79129.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30%
GREEN value IS 155 (60.94% from 255) = 26.72%
BLUE value IS 251 (98.44% from 255) = 43.28%
R=30%
G=26.72%
B=43.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741552510.310.3800.02251.8892.3179.61
HexAE9BFB1F2602fc5c50
Octal256233373374602374134120
Binary101011101001101111111011111111001100101111110010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BFB; }

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

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

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

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

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

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

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

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