#AE9AF2

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

Shades of Biloba Flower #AE9AF2

Tints of Biloba Flower #AE9AF2

Color information

#AE9AF2 (or 0xAE9AF2) is unknown color: approx Biloba Flower. HEX triplet: AE, 9A and F2. RGB value is (174,154,242). Sum of RGB (Red+Green+Blue) = 174+154+242=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE9AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9AF2 is #51650D. Grayscale: #A9A9A9. Windows color (decimal): -5334286 or 15899310. OLE color: 15899310.

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

Color convert

RGB174154242-
CMYK0.280.3600.05
HSL253.64º77.19%77.65%-
HSV(B)253.64º36.36%94.9%-
XYZ45.0438.5289.07-
YUV170.01168.63130.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.53%
GREEN value IS 154 (60.55% from 255) = 27.02%
BLUE value IS 242 (94.92% from 255) = 42.46%
R=30.53%
G=27.02%
B=42.46%

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
Decimal1741542420.280.3600.05253.6477.1977.65
HexAE9AF21C2405fe4d4e
Octal256232362344405376115116
Binary1010111010011010111100101110010010001011111111010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9AF2; }

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

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

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

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

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

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

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

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