#AE8FFB

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

Shades of Biloba Flower #AE8FFB

Tints of Biloba Flower #AE8FFB

Color information

#AE8FFB (or 0xAE8FFB) is unknown color: approx Biloba Flower. HEX triplet: AE, 8F and FB. RGB value is (174,143,251). Sum of RGB (Red+Green+Blue) = 174+143+251=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #AE8FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8FFB is #517004. Grayscale: #A4A4A4. Windows color (decimal): -5337093 or 16486318. OLE color: 16486318.

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

Color convert

RGB174143251-
CMYK0.310.4300.02
HSL257.22º93.1%77.25%-
HSV(B)257.22º43.03%98.43%-
XYZ44.6935.6195.78-
YUV164.58176.77134.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.63%
GREEN value IS 143 (56.25% from 255) = 25.18%
BLUE value IS 251 (98.44% from 255) = 44.19%
R=30.63%
G=25.18%
B=44.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741432510.310.4300.02257.2293.177.25
HexAE8FFB1F2B021015d4d
Octal256217373375302401135115
Binary1010111010001111111110111111110101101010000000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8FFB; }

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

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

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

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

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

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

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

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