#AE9FF9

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

Shades of Biloba Flower #AE9FF9

Tints of Biloba Flower #AE9FF9

Color information

#AE9FF9 (or 0xAE9FF9) is unknown color: approx Biloba Flower. HEX triplet: AE, 9F and F9. RGB value is (174,159,249). Sum of RGB (Red+Green+Blue) = 174+159+249=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 249 (97.66% from 255 or 42.78% from 582); Max value from RGB is 249 - color contains mainly: blue. Hex color #AE9FF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9FF9 is #516006. Grayscale: #ADADAD. Windows color (decimal): -5332999 or 16359342. OLE color: 16359342.

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

Color convert

RGB174159249-
CMYK0.300.3600.02
HSL250º88.24%80%-
HSV(B)250º36.14%97.65%-
XYZ46.9540.6394.99-
YUV173.74170.47128.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.90%
GREEN value IS 159 (62.5% from 255) = 27.32%
BLUE value IS 249 (97.66% from 255) = 42.78%
R=29.90%
G=27.32%
B=42.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741592490.300.3600.0225088.2480
HexAE9FF91E2402fa5850
Octal256237371364402372130120
Binary101011101001111111111001111101001000101111101010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9FF9; }

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

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

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

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

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

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

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

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