#AE84D7

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

Shades of Biloba Flower #AE84D7

Tints of Biloba Flower #AE84D7

Color information

#AE84D7 (or 0xAE84D7) is unknown color: approx Biloba Flower. HEX triplet: AE, 84 and D7. RGB value is (174,132,215). Sum of RGB (Red+Green+Blue) = 174+132+215=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #AE84D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE84D7 is #517B28. Grayscale: #999999. Windows color (decimal): -5339945 or 14124206. OLE color: 14124206.

HSL color Cylindrical-coordinate representation of color #AE84D7: hue angle of 270.36º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE84D7 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174132215-
CMYK0.190.3900.16
HSL270.36º50.92%68.04%-
HSV(B)270.36º38.6%84.31%-
XYZ37.9730.4168.16-
YUV154.02162.41142.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 132 (51.95% from 255) = 25.34%
BLUE value IS 215 (84.38% from 255) = 41.27%
R=33.40%
G=25.34%
B=41.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741322150.190.3900.16270.3650.9268.04
HexAE84D7132701010e3344
Octal256204327234702041663104
Binary101011101000010011010111100111001110100001000011101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE84D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE84D7; }

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

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

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

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

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

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

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

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