#AA87CF

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

Shades of Biloba Flower #AA87CF

Tints of Biloba Flower #AA87CF

Color information

#AA87CF (or 0xAA87CF) is unknown color: approx Biloba Flower. HEX triplet: AA, 87 and CF. RGB value is (170,135,207). Sum of RGB (Red+Green+Blue) = 170+135+207=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA87CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA87CF is #557830. Grayscale: #999999. Windows color (decimal): -5601329 or 13600682. OLE color: 13600682.

HSL color Cylindrical-coordinate representation of color #AA87CF: hue angle of 269.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA87CF is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170135207-
CMYK0.180.3500.19
HSL269.17º42.86%67.06%-
HSV(B)269.17º34.78%81.18%-
XYZ36.530.3862.97-
YUV153.67158.1139.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 135 (53.12% from 255) = 26.37%
BLUE value IS 207 (81.25% from 255) = 40.43%
R=33.20%
G=26.37%
B=40.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701352070.180.3500.19269.1742.8667.06
HexAA87CF122301310d2b43
Octal252207317224302341553103
Binary101010101000011111001111100101000110100111000011011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA87CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA87CF; }

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

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

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

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

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

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

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

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