#ae98ef

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

Shades of Biloba Flower #AE98EF

Tints of Biloba Flower #AE98EF

Color information

#AE98EF (or 0xAE98EF) is unknown color: approx Biloba Flower. HEX triplet: AE, 98 and EF. RGB value is (174,152,239). Sum of RGB (Red+Green+Blue) = 174+152+239=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #AE98EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE98EF is #516710. Grayscale: #A8A8A8. Windows color (decimal): -5334801 or 15702190. OLE color: 15702190.

HSL color Cylindrical-coordinate representation of color #AE98EF: hue angle of 255.17º degrees, saturation: 0.73, 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 #AE98EF is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174152239-
CMYK0.270.3600.06
HSL255.17º73.11%76.67%-
HSV(B)255.17º36.4%93.73%-
XYZ44.2637.6986.6-
YUV168.5167.79131.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.80%
GREEN value IS 152 (59.77% from 255) = 26.90%
BLUE value IS 239 (93.75% from 255) = 42.30%
R=30.80%
G=26.90%
B=42.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1741522390.270.3600.06255.1773.1176.67
HexAE98EF1B2406ff494d
Octal256230357334406377111115
Binary1010111010011000111011111101110010001101111111110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae98ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae98ef; }

 p { color: rgb(174,152,239); }

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

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

 a { background-color: rgb(174,152,239); }

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

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

 span { border-color: rgb(174,152,239); }

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