#AE8AF9

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

Shades of Biloba Flower #AE8AF9

Tints of Biloba Flower #AE8AF9

Color information

#AE8AF9 (or 0xAE8AF9) is unknown color: approx Biloba Flower. HEX triplet: AE, 8A and F9. RGB value is (174,138,249). Sum of RGB (Red+Green+Blue) = 174+138+249=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #AE8AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8AF9 is #517506. Grayscale: #A1A1A1. Windows color (decimal): -5338375 or 16353966. OLE color: 16353966.

HSL color Cylindrical-coordinate representation of color #AE8AF9: hue angle of 259.46º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE8AF9 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174138249-
CMYK0.300.4500.02
HSL259.46º90.24%75.88%-
HSV(B)259.46º44.58%97.65%-
XYZ43.6434.0293.89-
YUV161.42177.43136.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 138 (54.30% from 255) = 24.60%
BLUE value IS 249 (97.66% from 255) = 44.39%
R=31.02%
G=24.60%
B=44.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741382490.300.4500.02259.4690.2475.88
HexAE8AF91E2D021035a4c
Octal256212371365502403132114
Binary1010111010001010111110011111010110101010000001110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8AF9; }

 p { color: rgb(174,138,249); }

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

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

 a { background-color: rgb(174,138,249); }

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

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

 span { border-color: rgb(174,138,249); }

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