#AE98E7

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

Shades of Biloba Flower #AE98E7

Tints of Biloba Flower #AE98E7

Color information

#AE98E7 (or 0xAE98E7) is unknown color: approx Biloba Flower. HEX triplet: AE, 98 and E7. RGB value is (174,152,231). Sum of RGB (Red+Green+Blue) = 174+152+231=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE98E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE98E7 is #516718. Grayscale: #A7A7A7. Windows color (decimal): -5334809 or 15177902. OLE color: 15177902.

HSL color Cylindrical-coordinate representation of color #AE98E7: hue angle of 256.71º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE98E7 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174152231-
CMYK0.250.3400.09
HSL256.71º62.2%75.1%-
HSV(B)256.71º34.2%90.59%-
XYZ43.1137.2280.51-
YUV167.58163.79132.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.24%
GREEN value IS 152 (59.77% from 255) = 27.29%
BLUE value IS 231 (90.62% from 255) = 41.47%
R=31.24%
G=27.29%
B=41.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741522310.250.3400.09256.7162.275.1
HexAE98E71922091013e4b
Octal256230347314201140176113
Binary10101110100110001110011111001100010010011000000011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE98E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE98E7; }

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

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

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

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

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

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

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

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