#AE98DD

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

Shades of Biloba Flower #AE98DD

Tints of Biloba Flower #AE98DD

Color information

#AE98DD (or 0xAE98DD) is unknown color: approx Biloba Flower. HEX triplet: AE, 98 and DD. RGB value is (174,152,221). Sum of RGB (Red+Green+Blue) = 174+152+221=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE98DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE98DD is #516722. Grayscale: #A6A6A6. Windows color (decimal): -5334819 or 14522542. OLE color: 14522542.

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

Color convert

RGB174152221-
CMYK0.210.3100.13
HSL259.13º50.36%73.14%-
HSV(B)259.13º31.22%86.67%-
XYZ41.7336.6873.29-
YUV166.44158.79133.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 152 (59.77% from 255) = 27.79%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=31.81%
G=27.79%
B=40.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741522210.210.3100.13259.1350.3673.14
HexAE98DD151F0D1033249
Octal256230335253701540362111
Binary1010111010011000110111011010111111011011000000111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE98DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE98DD; }

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

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

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

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

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

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

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

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