#AE9AF0

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

Shades of Biloba Flower #AE9AF0

Tints of Biloba Flower #AE9AF0

Color information

#AE9AF0 (or 0xAE9AF0) is unknown color: approx Biloba Flower. HEX triplet: AE, 9A and F0. RGB value is (174,154,240). Sum of RGB (Red+Green+Blue) = 174+154+240=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #AE9AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9AF0 is #51650F. Grayscale: #A9A9A9. Windows color (decimal): -5334288 or 15768238. OLE color: 15768238.

HSL color Cylindrical-coordinate representation of color #AE9AF0: hue angle of 253.95º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE9AF0 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174154240-
CMYK0.280.3600.06
HSL253.95º74.14%77.25%-
HSV(B)253.95º35.83%94.12%-
XYZ44.7438.487.49-
YUV169.78167.63131.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.63%
GREEN value IS 154 (60.55% from 255) = 27.11%
BLUE value IS 240 (94.14% from 255) = 42.25%
R=30.63%
G=27.11%
B=42.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1741542400.280.3600.06253.9574.1477.25
HexAE9AF01C2406fe4a4d
Octal256232360344406376112115
Binary1010111010011010111100001110010010001101111111010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9AF0; }

 p { color: rgb(174,154,240); }

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

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

 a { background-color: rgb(174,154,240); }

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

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

 span { border-color: rgb(174,154,240); }

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