#AE9AF1

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

Shades of Biloba Flower #AE9AF1

Tints of Biloba Flower #AE9AF1

Color information

#AE9AF1 (or 0xAE9AF1) is unknown color: approx Biloba Flower. HEX triplet: AE, 9A and F1. RGB value is (174,154,241). Sum of RGB (Red+Green+Blue) = 174+154+241=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #AE9AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9AF1 is #51650E. Grayscale: #A9A9A9. Windows color (decimal): -5334287 or 15833774. OLE color: 15833774.

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

Color convert

RGB174154241-
CMYK0.280.3600.05
HSL253.79º75.65%77.45%-
HSV(B)253.79º36.1%94.51%-
XYZ44.8938.4688.28-
YUV169.9168.13130.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.58%
GREEN value IS 154 (60.55% from 255) = 27.07%
BLUE value IS 241 (94.53% from 255) = 42.36%
R=30.58%
G=27.07%
B=42.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741542410.280.3600.05253.7975.6577.45
HexAE9AF11C2405fe4c4d
Octal256232361344405376114115
Binary1010111010011010111100011110010010001011111111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9AF1; }

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

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

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

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

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

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

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

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