#AE84DA

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

Shades of Biloba Flower #AE84DA

Tints of Biloba Flower #AE84DA

Color information

#AE84DA (or 0xAE84DA) is unknown color: approx Biloba Flower. HEX triplet: AE, 84 and DA. RGB value is (174,132,218). Sum of RGB (Red+Green+Blue) = 174+132+218=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE84DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE84DA is #517B25. Grayscale: #9A9A9A. Windows color (decimal): -5339942 or 14320814. OLE color: 14320814.

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

Color convert

RGB174132218-
CMYK0.200.3900.15
HSL269.3º53.75%68.63%-
HSV(B)269.3º39.45%85.49%-
XYZ38.3630.5670.21-
YUV154.36163.91142.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 132 (51.95% from 255) = 25.19%
BLUE value IS 218 (85.55% from 255) = 41.60%
R=33.21%
G=25.19%
B=41.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741322180.200.3900.15269.353.7568.63
HexAE84DA14270F10d3645
Octal256204332244701741566105
Binary10101110100001001101101010100100111011111000011011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE84DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE84DA; }

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

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

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

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

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

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

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

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