#AE97DD

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

Shades of Biloba Flower #AE97DD

Tints of Biloba Flower #AE97DD

Color information

#AE97DD (or 0xAE97DD) is unknown color: approx Biloba Flower. HEX triplet: AE, 97 and DD. RGB value is (174,151,221). Sum of RGB (Red+Green+Blue) = 174+151+221=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE97DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE97DD is #516822. Grayscale: #A5A5A5. Windows color (decimal): -5335075 or 14522286. OLE color: 14522286.

HSL color Cylindrical-coordinate representation of color #AE97DD: hue angle of 259.71º 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 #AE97DD is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174151221-
CMYK0.210.3200.13
HSL259.71º50.72%72.94%-
HSV(B)259.71º31.67%86.67%-
XYZ41.5736.3573.23-
YUV165.86159.12133.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 151 (59.38% from 255) = 27.66%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=31.87%
G=27.66%
B=40.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741512210.210.3200.13259.7150.7272.94
HexAE97DD15200D1043349
Octal256227335254001540463111
Binary10101110100101111101110110101100000011011000001001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97DD; }

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

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

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

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

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

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

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

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