#AE99D9

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

Shades of Biloba Flower #AE99D9

Tints of Biloba Flower #AE99D9

Color information

#AE99D9 (or 0xAE99D9) is unknown color: approx Biloba Flower. HEX triplet: AE, 99 and D9. RGB value is (174,153,217). Sum of RGB (Red+Green+Blue) = 174+153+217=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 217 - color contains mainly: blue. Hex color #AE99D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE99D9 is #516626. Grayscale: #A6A6A6. Windows color (decimal): -5334567 or 14260654. OLE color: 14260654.

HSL color Cylindrical-coordinate representation of color #AE99D9: hue angle of 259.69º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE99D9 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174153217-
CMYK0.200.2900.15
HSL259.69º45.71%72.55%-
HSV(B)259.69º29.49%85.1%-
XYZ41.3736.7970.57-
YUV166.58156.46133.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 153 (60.16% from 255) = 28.12%
BLUE value IS 217 (85.16% from 255) = 39.89%
R=31.99%
G=28.12%
B=39.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741532170.200.2900.15259.6945.7172.55
HexAE99D9141D0F1042e49
Octal256231331243501740456111
Binary1010111010011001110110011010011101011111000001001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99D9; }

 p { color: rgb(174,153,217); }

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

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

 a { background-color: rgb(174,153,217); }

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

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

 span { border-color: rgb(174,153,217); }

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