#AE98DE

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

Shades of Biloba Flower #AE98DE

Tints of Biloba Flower #AE98DE

Color information

#AE98DE (or 0xAE98DE) is unknown color: approx Biloba Flower. HEX triplet: AE, 98 and DE. RGB value is (174,152,222). Sum of RGB (Red+Green+Blue) = 174+152+222=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE98DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE98DE is #516721. Grayscale: #A6A6A6. Windows color (decimal): -5334818 or 14588078. OLE color: 14588078.

HSL color Cylindrical-coordinate representation of color #AE98DE: hue angle of 258.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE98DE is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174152222-
CMYK0.220.3200.13
HSL258.86º51.47%73.33%-
HSV(B)258.86º31.53%87.06%-
XYZ41.8736.7373.99-
YUV166.56159.29133.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 152 (59.77% from 255) = 27.74%
BLUE value IS 222 (87.11% from 255) = 40.51%
R=31.75%
G=27.74%
B=40.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741522220.220.3200.13258.8651.4773.33
HexAE98DE16200D1033349
Octal256230336264001540363111
Binary10101110100110001101111010110100000011011000000111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE98DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE98DE; }

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

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

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

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

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

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

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

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