#AE87D3

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

Shades of Biloba Flower #AE87D3

Tints of Biloba Flower #AE87D3

Color information

#AE87D3 (or 0xAE87D3) is unknown color: approx Biloba Flower. HEX triplet: AE, 87 and D3. RGB value is (174,135,211). Sum of RGB (Red+Green+Blue) = 174+135+211=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 211 - color contains mainly: blue. Hex color #AE87D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE87D3 is #51782C. Grayscale: #9B9B9B. Windows color (decimal): -5339181 or 13862830. OLE color: 13862830.

HSL color Cylindrical-coordinate representation of color #AE87D3: hue angle of 270.79º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE87D3 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB174135211-
CMYK0.180.3600.17
HSL270.79º46.34%67.84%-
HSV(B)270.79º36.02%82.75%-
XYZ37.8831.0365.62-
YUV155.32159.42141.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 135 (53.12% from 255) = 25.96%
BLUE value IS 211 (82.81% from 255) = 40.58%
R=33.46%
G=25.96%
B=40.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1741352110.180.3600.17270.7946.3467.84
HexAE87D3122401110f2e44
Octal256207323224402141756104
Binary101011101000011111010011100101001000100011000011111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE87D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE87D3; }

 p { color: rgb(174,135,211); }

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

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

 a { background-color: rgb(174,135,211); }

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

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

 span { border-color: rgb(174,135,211); }

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