#AE7EDB

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

Shades of Biloba Flower #AE7EDB

Tints of Biloba Flower #AE7EDB

Color information

#AE7EDB (or 0xAE7EDB) is unknown color: approx Biloba Flower. HEX triplet: AE, 7E and DB. RGB value is (174,126,219). Sum of RGB (Red+Green+Blue) = 174+126+219=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE7EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7EDB is #518124. Grayscale: #969696. Windows color (decimal): -5341477 or 14384814. OLE color: 14384814.

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

Color convert

RGB174126219-
CMYK0.210.4200.14
HSL270.97º56.36%67.65%-
HSV(B)270.97º42.47%85.88%-
XYZ37.729.0370.63-
YUV150.95166.4144.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 126 (49.61% from 255) = 24.28%
BLUE value IS 219 (85.94% from 255) = 42.20%
R=33.53%
G=24.28%
B=42.20%

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
Decimal1741262190.210.4200.14270.9756.3667.65
HexAE7EDB152A0E10f3844
Octal256176333255201641770104
Binary1010111011111101101101110101101010011101000011111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7EDB; }

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

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

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

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

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

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

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

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