#ae7fdd

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

Shades of Biloba Flower #AE7FDD

Tints of Biloba Flower #AE7FDD

Color information

#AE7FDD (or 0xAE7FDD) is unknown color: approx Biloba Flower. HEX triplet: AE, 7F and DD. RGB value is (174,127,221). Sum of RGB (Red+Green+Blue) = 174+127+221=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE7FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7FDD is #518022. Grayscale: #979797. Windows color (decimal): -5341219 or 14516142. OLE color: 14516142.

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

Color convert

RGB174127221-
CMYK0.210.4300.13
HSL270º58.02%68.24%-
HSV(B)270º42.53%86.67%-
XYZ38.129.472.07-
YUV151.77167.07143.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 127 (50% from 255) = 24.33%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=33.33%
G=24.33%
B=42.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741272210.210.4300.1327058.0268.24
HexAE7FDD152B0D10e3a44
Octal256177335255301541672104
Binary1010111011111111101110110101101011011011000011101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae7fdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae7fdd; }

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

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

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

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

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

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

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

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