#AE81DB

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

Shades of Biloba Flower #AE81DB

Tints of Biloba Flower #AE81DB

Color information

#AE81DB (or 0xAE81DB) is unknown color: approx Biloba Flower. HEX triplet: AE, 81 and DB. RGB value is (174,129,219). Sum of RGB (Red+Green+Blue) = 174+129+219=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE81DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE81DB is #517E24. Grayscale: #989898. Windows color (decimal): -5340709 or 14385582. OLE color: 14385582.

HSL color Cylindrical-coordinate representation of color #AE81DB: hue angle of 270º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE81DB is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174129219-
CMYK0.210.4100.14
HSL270º55.56%68.24%-
HSV(B)270º41.1%85.88%-
XYZ38.0929.8170.76-
YUV152.72165.41143.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 129 (50.78% from 255) = 24.71%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=33.33%
G=24.71%
B=41.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741292190.210.4100.1427055.5668.24
HexAE81DB15290E10e3844
Octal256201333255101641670104
Binary10101110100000011101101110101101001011101000011101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE81DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE81DB; }

 p { color: rgb(174,129,219); }

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

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

 a { background-color: rgb(174,129,219); }

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

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

 span { border-color: rgb(174,129,219); }

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