#AA87DA

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

Shades of Biloba Flower #AA87DA

Tints of Biloba Flower #AA87DA

Color information

#AA87DA (or 0xAA87DA) is unknown color: approx Biloba Flower. HEX triplet: AA, 87 and DA. RGB value is (170,135,218). Sum of RGB (Red+Green+Blue) = 170+135+218=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 135 (53.12% from 255 or 25.81% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA87DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA87DA is #557825. Grayscale: #9A9A9A. Windows color (decimal): -5601318 or 14321578. OLE color: 14321578.

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

Color convert

RGB170135218-
CMYK0.220.3800.15
HSL265.3º52.87%69.22%-
HSV(B)265.3º38.07%85.49%-
XYZ37.930.9470.3-
YUV154.93163.6138.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 135 (53.12% from 255) = 25.81%
BLUE value IS 218 (85.55% from 255) = 41.68%
R=32.50%
G=25.81%
B=41.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701352180.220.3800.15265.352.8769.22
HexAA87DA16260F1093545
Octal252207332264601741165105
Binary10101010100001111101101010110100110011111000010011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA87DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA87DA; }

 p { color: rgb(170,135,218); }

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

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

 a { background-color: rgb(170,135,218); }

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

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

 span { border-color: rgb(170,135,218); }

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