#AE7FDA

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

Shades of Biloba Flower #AE7FDA

Tints of Biloba Flower #AE7FDA

Color information

#AE7FDA (or 0xAE7FDA) is unknown color: approx Biloba Flower. HEX triplet: AE, 7F and DA. RGB value is (174,127,218). Sum of RGB (Red+Green+Blue) = 174+127+218=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE7FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7FDA is #518025. Grayscale: #979797. Windows color (decimal): -5341222 or 14319534. OLE color: 14319534.

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

Color convert

RGB174127218-
CMYK0.200.4200.15
HSL270.99º55.15%67.65%-
HSV(B)270.99º41.74%85.49%-
XYZ37.729.2469.99-
YUV151.43165.57144.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 127 (50% from 255) = 24.47%
BLUE value IS 218 (85.55% from 255) = 42.00%
R=33.53%
G=24.47%
B=42.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741272180.200.4200.15270.9955.1567.65
HexAE7FDA142A0F10f3744
Octal256177332245201741767104
Binary1010111011111111101101010100101010011111000011111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7FDA; }

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

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

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

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

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

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

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

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