#AE7FDB

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

Shades of Biloba Flower #AE7FDB

Tints of Biloba Flower #AE7FDB

Color information

#AE7FDB (or 0xAE7FDB) is unknown color: approx Biloba Flower. HEX triplet: AE, 7F and DB. RGB value is (174,127,219). Sum of RGB (Red+Green+Blue) = 174+127+219=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE7FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7FDB is #518024. Grayscale: #979797. Windows color (decimal): -5341221 or 14385070. OLE color: 14385070.

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

Color convert

RGB174127219-
CMYK0.210.4200.14
HSL270.65º56.1%67.84%-
HSV(B)270.65º42.01%85.88%-
XYZ37.8329.2970.68-
YUV151.54166.07144.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 127 (50% from 255) = 24.42%
BLUE value IS 219 (85.94% from 255) = 42.12%
R=33.46%
G=24.42%
B=42.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741272190.210.4200.14270.6556.167.84
HexAE7FDB152A0E10f3844
Octal256177333255201641770104
Binary1010111011111111101101110101101010011101000011111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7FDB; }

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

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

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

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

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

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

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

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