#AE9FFB

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

Shades of Biloba Flower #AE9FFB

Tints of Biloba Flower #AE9FFB

Color information

#AE9FFB (or 0xAE9FFB) is unknown color: approx Biloba Flower. HEX triplet: AE, 9F and FB. RGB value is (174,159,251). Sum of RGB (Red+Green+Blue) = 174+159+251=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #AE9FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9FFB is #516004. Grayscale: #ADADAD. Windows color (decimal): -5332997 or 16490414. OLE color: 16490414.

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

Color convert

RGB174159251-
CMYK0.310.3700.02
HSL249.78º92%80.39%-
HSV(B)249.78º36.65%98.43%-
XYZ47.2740.7696.64-
YUV173.97171.47128.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.79%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 251 (98.44% from 255) = 42.98%
R=29.79%
G=27.23%
B=42.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741592510.310.3700.02249.789280.39
HexAE9FFB1F2502fa5c50
Octal256237373374502372134120
Binary101011101001111111111011111111001010101111101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9FFB; }

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

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

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

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

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

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

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

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