#AE8FDA

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

Shades of Biloba Flower #AE8FDA

Tints of Biloba Flower #AE8FDA

Color information

#AE8FDA (or 0xAE8FDA) is unknown color: approx Biloba Flower. HEX triplet: AE, 8F and DA. RGB value is (174,143,218). Sum of RGB (Red+Green+Blue) = 174+143+218=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE8FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8FDA is #517025. Grayscale: #A0A0A0. Windows color (decimal): -5337126 or 14323630. OLE color: 14323630.

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

Color convert

RGB174143218-
CMYK0.200.3400.15
HSL264.8º50.34%70.78%-
HSV(B)264.8º34.4%85.49%-
XYZ39.9333.7170.73-
YUV160.82160.27137.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 143 (56.25% from 255) = 26.73%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=32.52%
G=26.73%
B=40.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741432180.200.3400.15264.850.3470.78
HexAE8FDA14220F1093247
Octal256217332244201741162107
Binary10101110100011111101101010100100010011111000010011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8FDA; }

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

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

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

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

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

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

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

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